]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/net/netfilter/nf_conntrack_l4proto.h
[NETFILTER]: nf_conntrack: sysctl compatibility with old connection tracking
[mirror_ubuntu-bionic-kernel.git] / include / net / netfilter / nf_conntrack_l4proto.h
index fe1e8fa30d2f645c7d720e049d4c9bd76435b32f..fc8af08ff54246c68d8e88b47add005c0589ab0e 100644 (file)
@@ -80,7 +80,11 @@ struct nf_conntrack_l4proto
        struct ctl_table_header **ctl_table_header;
        struct ctl_table        *ctl_table;
        unsigned int            *ctl_table_users;
-#endif /* CONFIG_SYSCTL */
+#ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT
+       struct ctl_table_header *ctl_compat_table_header;
+       struct ctl_table        *ctl_compat_table;
+#endif
+#endif
 
        /* Module (if any) which this is connected to. */
        struct module *me;