summaryrefslogtreecommitdiff
path: root/include/net/netns
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-04-12 22:55:43 +0300
committerPablo Neira Ayuso <pablo@netfilter.org>2021-04-13 14:10:39 +0300
commitc53bd0e96662c2f77109e08a9889c9e1ee86c52d (patch)
treee465cc24808ff62968cc474dcb8d2f8b33db6768 /include/net/netns
parentf6f2e580d5f7152fb5ab11232edecb7fbeca3759 (diff)
downloadlinux-c53bd0e96662c2f77109e08a9889c9e1ee86c52d.tar.xz
netfilter: conntrack: move ct counter to net_generic data
Its only needed from slowpath (sysctl, ctnetlink, gc worker) and when a new conntrack object is allocated. Furthermore, each write dirties the otherwise read-mostly pernet data in struct net.ct, which are accessed from packet path. Move it to the net_generic data. This makes struct netns_ct read-mostly. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/net/netns')
0 files changed, 0 insertions, 0 deletions