netfilter: nfnetlink: add and use nfnetlink_broadcast
authorFlorian Westphal <fw@strlen.de>
Thu, 1 Apr 2021 14:11:04 +0000 (16:11 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 5 Apr 2021 22:34:51 +0000 (00:34 +0200)
commit237c609f8744a8d5415f40a7ee731957934b0eef
tree9dc38e85a6a13590089ff155d266747329862b75
parent8c56049fec6c3f6dd2388d9e90f4d669fb33ae0d
netfilter: nfnetlink: add and use nfnetlink_broadcast

This removes the only reference of net->nfnl outside of the nfnetlink
module.  This allows to move net->nfnl to net_generic infra.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter/nfnetlink.h
net/netfilter/nfnetlink.c
net/netfilter/nfnetlink_acct.c