diff options
Diffstat (limited to 'include/net/netns/ipv4.h')
| -rw-r--r-- | include/net/netns/ipv4.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 24945cefc4fd..dbe225478adb 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
| @@ -48,10 +48,12 @@ struct netns_ipv4 { | |||
| 48 | struct hlist_head *fib_table_hash; | 48 | struct hlist_head *fib_table_hash; |
| 49 | struct sock *fibnl; | 49 | struct sock *fibnl; |
| 50 | 50 | ||
| 51 | struct sock **icmp_sk; | 51 | struct sock * __percpu *icmp_sk; |
| 52 | |||
| 52 | struct inet_peer_base *peers; | 53 | struct inet_peer_base *peers; |
| 53 | struct tcpm_hash_bucket *tcp_metrics_hash; | 54 | struct tcpm_hash_bucket *tcp_metrics_hash; |
| 54 | unsigned int tcp_metrics_hash_log; | 55 | unsigned int tcp_metrics_hash_log; |
| 56 | struct sock * __percpu *tcp_sk; | ||
| 55 | struct netns_frags frags; | 57 | struct netns_frags frags; |
| 56 | #ifdef CONFIG_NETFILTER | 58 | #ifdef CONFIG_NETFILTER |
| 57 | struct xt_table *iptable_filter; | 59 | struct xt_table *iptable_filter; |
| @@ -80,6 +82,8 @@ struct netns_ipv4 { | |||
| 80 | 82 | ||
| 81 | int sysctl_fwmark_reflect; | 83 | int sysctl_fwmark_reflect; |
| 82 | int sysctl_tcp_fwmark_accept; | 84 | int sysctl_tcp_fwmark_accept; |
| 85 | int sysctl_tcp_mtu_probing; | ||
| 86 | int sysctl_tcp_base_mss; | ||
| 83 | 87 | ||
| 84 | struct ping_group_range ping_group_range; | 88 | struct ping_group_range ping_group_range; |
| 85 | 89 | ||
