[NETFILTER]: nf_conntrack: automatic sysctl registation for conntrack protocols
[deliverable/linux.git] / include / net / netfilter / nf_conntrack_l3proto.h
index 6364df059422840c1e5ce74c27451fd998384eaf..664ddcffe00d23b47ab5cfffbd548728fc48c35c 100644 (file)
@@ -75,6 +75,12 @@ struct nf_conntrack_l3proto
        int (*nfattr_to_tuple)(struct nfattr *tb[],
                               struct nf_conntrack_tuple *t);
 
+#ifdef CONFIG_SYSCTL
+       struct ctl_table_header *ctl_table_header;
+       struct ctl_table        *ctl_table_path;
+       struct ctl_table        *ctl_table;
+#endif /* CONFIG_SYSCTL */
+
        /* Module (if any) which this is connected to. */
        struct module *me;
 };
This page took 0.025036 seconds and 5 git commands to generate.