aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorKefeng Wang <wangkefeng.wang@huawei.com>2019-02-23 15:28:28 +0800
committerDavid S. Miller <davem@davemloft.net>2019-02-24 21:57:26 -0800
commit75efc250d2e57c43761890388a92eecd93aa9e45 (patch)
tree108b0c8bb7987e7c97f5e9e9cfa4b1153e199769 /include/net/netns
parentipv6: icmp: use icmpv6_sk_exit() (diff)
downloadlinux-dev-75efc250d2e57c43761890388a92eecd93aa9e45.tar.xz
linux-dev-75efc250d2e57c43761890388a92eecd93aa9e45.zip
ipv6: icmp: use percpu allocation
Use percpu allocation for the ipv6.icmp_sk. Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/ipv6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netns/ipv6.h b/include/net/netns/ipv6.h
index ef1ed529f33c..b028a1dc150d 100644
--- a/include/net/netns/ipv6.h
+++ b/include/net/netns/ipv6.h
@@ -83,7 +83,7 @@ struct netns_ipv6 {
struct fib6_table *fib6_local_tbl;
struct fib_rules_ops *fib6_rules_ops;
#endif
- struct sock **icmp_sk;
+ struct sock * __percpu *icmp_sk;
struct sock *ndisc_sk;
struct sock *tcp_sk;
struct sock *igmp_sk;