X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=include%2Fnet%2Fnetns%2Fipv4.h;h=0ffef1a38efcc2f75e78dab09aa5e111f5b8b72f;hb=c7fb90dfbef49b03e6f3fd6a32338e59cbcf34ee;hp=24945cefc4fde6bfaf9c4560080c91b2e3b12d0d;hpb=d0bffab0439fb7edaee09677b636eef5991e8b80;p=linux-drm-fsl-dcu.git diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index 24945cefc4fd..0ffef1a38efc 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -52,6 +52,7 @@ struct netns_ipv4 { struct inet_peer_base *peers; struct tcpm_hash_bucket *tcp_metrics_hash; unsigned int tcp_metrics_hash_log; + struct sock * __percpu *tcp_sk; struct netns_frags frags; #ifdef CONFIG_NETFILTER struct xt_table *iptable_filter;