]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/net/netfilter/ipv6/nf_conntrack_ipv6.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6
[linux-2.6-omap-h63xx.git] / include / net / netfilter / ipv6 / nf_conntrack_ipv6.h
index 070d12cb4634f0e1a87a473d622a3288bbc80ca0..abc55ad75c2b849b1b22e036275133785588c151 100644 (file)
@@ -15,8 +15,9 @@ extern void nf_ct_frag6_output(unsigned int hooknum, struct sk_buff *skb,
                               struct net_device *out,
                               int (*okfn)(struct sk_buff *));
 
-extern unsigned int nf_ct_frag6_timeout;
-extern unsigned int nf_ct_frag6_low_thresh;
-extern unsigned int nf_ct_frag6_high_thresh;
+struct inet_frags_ctl;
+
+#include <linux/sysctl.h>
+extern struct ctl_table nf_ct_ipv6_sysctl_table[];
 
 #endif /* _NF_CONNTRACK_IPV6_H*/