]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/ipv6.h
ipv6: almost identical frag hashing funcs combined
[linux-2.6-omap-h63xx.git] / include / net / ipv6.h
index 2d5c18514a2d2d3b3e77e0a0d141d07dafec0c6d..dfa7ae3c5607fa78f3bbfe7605d333f1d11503cc 100644 (file)
@@ -576,6 +576,8 @@ extern int ip6_mc_msfilter(struct sock *sk, struct group_filter *gsf);
 extern int ip6_mc_msfget(struct sock *sk, struct group_filter *gsf,
                         struct group_filter __user *optval,
                         int __user *optlen);
+extern unsigned int inet6_hash_frag(__be32 id, const struct in6_addr *saddr,
+                                   const struct in6_addr *daddr, u32 rnd);
 
 #ifdef CONFIG_PROC_FS
 extern int  ac6_proc_init(struct net *net);
@@ -608,6 +610,8 @@ extern struct ctl_table *ipv6_icmp_sysctl_init(struct net *net);
 extern struct ctl_table *ipv6_route_sysctl_init(struct net *net);
 extern int ipv6_sysctl_register(void);
 extern void ipv6_sysctl_unregister(void);
+extern int ipv6_static_sysctl_register(void);
+extern void ipv6_static_sysctl_unregister(void);
 #endif
 
 #endif /* __KERNEL__ */