]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
authorFlorian Westphal <fw@strlen.de>
Fri, 7 Jan 2022 04:03:23 +0000 (05:03 +0100)
committerPablo Neira Ayuso <pablo@netfilter.org>
Sun, 9 Jan 2022 22:30:13 +0000 (23:30 +0100)
commit7b0f3cd6d09addc828173e94adb10fbdfd976943
treee32c7d12ac145d4db35059ecdd1d6e0014716c42
parent2b4b23626ef2a5b49303065bee063c8e926b650c
netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook

ip_ct_attach predates struct nf_ct_hook, we can place it there and
remove the exported symbol.

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