diff options
Diffstat (limited to 'include/net/netns/ipv4.h')
-rw-r--r-- | include/net/netns/ipv4.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 1474dd65c66f..2ae2b8372cfd 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
@@ -5,6 +5,7 @@ | |||
5 | #ifndef __NETNS_IPV4_H__ | 5 | #ifndef __NETNS_IPV4_H__ |
6 | #define __NETNS_IPV4_H__ | 6 | #define __NETNS_IPV4_H__ |
7 | 7 | ||
8 | #include <linux/uidgid.h> | ||
8 | #include <net/inet_frag.h> | 9 | #include <net/inet_frag.h> |
9 | 10 | ||
10 | struct tcpm_hash_bucket; | 11 | struct tcpm_hash_bucket; |
@@ -51,8 +52,6 @@ struct netns_ipv4 { | |||
51 | struct xt_table *iptable_security; | 52 | struct xt_table *iptable_security; |
52 | #endif | 53 | #endif |
53 | struct xt_table *nat_table; | 54 | struct xt_table *nat_table; |
54 | struct hlist_head *nat_bysource; | ||
55 | unsigned int nat_htable_size; | ||
56 | #endif | 55 | #endif |
57 | 56 | ||
58 | int sysctl_icmp_echo_ignore_all; | 57 | int sysctl_icmp_echo_ignore_all; |
@@ -62,10 +61,9 @@ struct netns_ipv4 { | |||
62 | int sysctl_icmp_ratemask; | 61 | int sysctl_icmp_ratemask; |
63 | int sysctl_icmp_errors_use_inbound_ifaddr; | 62 | int sysctl_icmp_errors_use_inbound_ifaddr; |
64 | 63 | ||
65 | unsigned int sysctl_ping_group_range[2]; | 64 | kgid_t sysctl_ping_group_range[2]; |
66 | long sysctl_tcp_mem[3]; | 65 | long sysctl_tcp_mem[3]; |
67 | 66 | ||
68 | atomic_t rt_genid; | ||
69 | atomic_t dev_addr_genid; | 67 | atomic_t dev_addr_genid; |
70 | 68 | ||
71 | #ifdef CONFIG_IP_MROUTE | 69 | #ifdef CONFIG_IP_MROUTE |