diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/netns/ipv4.h | 1 | ||||
-rw-r--r-- | include/net/netns/ipv6.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 80680e09443c..15a0b052df22 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
@@ -16,6 +16,7 @@ struct sock; | |||
16 | struct netns_ipv4 { | 16 | struct netns_ipv4 { |
17 | #ifdef CONFIG_SYSCTL | 17 | #ifdef CONFIG_SYSCTL |
18 | struct ctl_table_header *forw_hdr; | 18 | struct ctl_table_header *forw_hdr; |
19 | struct ctl_table_header *frags_hdr; | ||
19 | #endif | 20 | #endif |
20 | struct ipv4_devconf *devconf_all; | 21 | struct ipv4_devconf *devconf_all; |
21 | struct ipv4_devconf *devconf_dflt; | 22 | struct ipv4_devconf *devconf_dflt; |
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h index 057c8e473a75..87ab56ab93fc 100644 --- a/include/net/netns/ipv6.h +++ b/include/net/netns/ipv6.h | |||
@@ -12,6 +12,7 @@ struct ctl_table_header; | |||
12 | struct netns_sysctl_ipv6 { | 12 | struct netns_sysctl_ipv6 { |
13 | #ifdef CONFIG_SYSCTL | 13 | #ifdef CONFIG_SYSCTL |
14 | struct ctl_table_header *table; | 14 | struct ctl_table_header *table; |
15 | struct ctl_table_header *frags_hdr; | ||
15 | #endif | 16 | #endif |
16 | struct inet_frags_ctl frags; | 17 | struct inet_frags_ctl frags; |
17 | int bindv6only; | 18 | int bindv6only; |