diff options
Diffstat (limited to 'include/net/netns/ipv4.h')
-rw-r--r-- | include/net/netns/ipv4.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 0ffef1a38efc..dbe225478adb 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h | |||
@@ -48,7 +48,8 @@ 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; |
@@ -81,6 +82,8 @@ struct netns_ipv4 { | |||
81 | 82 | ||
82 | int sysctl_fwmark_reflect; | 83 | int sysctl_fwmark_reflect; |
83 | int sysctl_tcp_fwmark_accept; | 84 | int sysctl_tcp_fwmark_accept; |
85 | int sysctl_tcp_mtu_probing; | ||
86 | int sysctl_tcp_base_mss; | ||
84 | 87 | ||
85 | struct ping_group_range ping_group_range; | 88 | struct ping_group_range ping_group_range; |
86 | 89 | ||