summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2021-04-01 16:11:05 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2021-04-06 00:34:51 +0200
commit1be05ea766d763c52b99edf258dfe8bd1d054697 (patch)
treef437111ce057dae4d8e06642b72ec3097717806b /Kconfig
parent237c609f8744a8d5415f40a7ee731957934b0eef (diff)
netfilter: nfnetlink: use net_generic infra
No need to place it in struct net, nfnetlink is a module and usage doesn't occur in fastpath. Also remove rcu usage: Not a single reader of net->nfnl uses rcu accessors. When exit_batch callbacks are executed the net namespace is already dead so no calls to these functions are possible anymore (else we'd get NULL deref crash too). If the module is removed, then modules that call any of those functions have been removed too so no calls to nfnl functions are possible either. The nfnl and nfl_stash pointers in struct net are no longer used, they will be removed in a followup patch to minimize changes to struct net (causes rebuild for entire network stack). Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'Kconfig')
0 files changed, 0 insertions, 0 deletions