ipv4: icmp: use percpu allocation
[deliverable/linux.git] / include / net / netns / ipv4.h
index 24945cefc4fde6bfaf9c4560080c91b2e3b12d0d..7283f4d39ae2e48b22060d3fa54a078d3b87741e 100644 (file)
@@ -48,7 +48,8 @@ struct netns_ipv4 {
        struct hlist_head       *fib_table_hash;
        struct sock             *fibnl;
 
-       struct sock             **icmp_sk;
+       struct sock  * __percpu *icmp_sk;
+
        struct inet_peer_base   *peers;
        struct tcpm_hash_bucket *tcp_metrics_hash;
        unsigned int            tcp_metrics_hash_log;
This page took 0.027214 seconds and 5 git commands to generate.