diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netfilter/nf_conntrack_l3proto.h | 2 | ||||
-rw-r--r-- | include/net/netfilter/nf_conntrack_l4proto.h | 10 |
2 files changed, 0 insertions, 12 deletions
diff --git a/include/net/netfilter/nf_conntrack_l3proto.h b/include/net/netfilter/nf_conntrack_l3proto.h index d6df8c71a7fe..6f7c13f4ac03 100644 --- a/include/net/netfilter/nf_conntrack_l3proto.h +++ b/include/net/netfilter/nf_conntrack_l3proto.h | |||
@@ -64,9 +64,7 @@ struct nf_conntrack_l3proto { | |||
64 | size_t nla_size; | 64 | size_t nla_size; |
65 | 65 | ||
66 | #ifdef CONFIG_SYSCTL | 66 | #ifdef CONFIG_SYSCTL |
67 | struct ctl_table_header *ctl_table_header; | ||
68 | const char *ctl_table_path; | 67 | const char *ctl_table_path; |
69 | struct ctl_table *ctl_table; | ||
70 | #endif /* CONFIG_SYSCTL */ | 68 | #endif /* CONFIG_SYSCTL */ |
71 | 69 | ||
72 | /* Init l3proto pernet data */ | 70 | /* Init l3proto pernet data */ |
diff --git a/include/net/netfilter/nf_conntrack_l4proto.h b/include/net/netfilter/nf_conntrack_l4proto.h index d621c91de5c8..cfa2f89b031d 100644 --- a/include/net/netfilter/nf_conntrack_l4proto.h +++ b/include/net/netfilter/nf_conntrack_l4proto.h | |||
@@ -94,16 +94,6 @@ struct nf_conntrack_l4proto { | |||
94 | const struct nla_policy *nla_policy; | 94 | const struct nla_policy *nla_policy; |
95 | } ctnl_timeout; | 95 | } ctnl_timeout; |
96 | #endif | 96 | #endif |
97 | |||
98 | #ifdef CONFIG_SYSCTL | ||
99 | struct ctl_table_header **ctl_table_header; | ||
100 | struct ctl_table *ctl_table; | ||
101 | unsigned int *ctl_table_users; | ||
102 | #ifdef CONFIG_NF_CONNTRACK_PROC_COMPAT | ||
103 | struct ctl_table_header *ctl_compat_table_header; | ||
104 | struct ctl_table *ctl_compat_table; | ||
105 | #endif | ||
106 | #endif | ||
107 | int *net_id; | 97 | int *net_id; |
108 | /* Init l4proto pernet data */ | 98 | /* Init l4proto pernet data */ |
109 | int (*init_net)(struct net *net); | 99 | int (*init_net)(struct net *net); |