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)
commit3fce16493dc1aa2c9af3d7e7bd360dfe203a3e6a
treee32c7d12ac145d4db35059ecdd1d6e0014716c42
parent719774377622bc4025d2a74f551b5dc2158c6c30
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