netfilter: move nf_reinject into nfnetlink_queue modules
authorFlorian Westphal <fw@strlen.de>
Wed, 14 Feb 2024 13:41:02 +0000 (14:41 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 21 Feb 2024 11:03:22 +0000 (12:03 +0100)
commit3f801968889459ecae1eab524b039676e6eaa319
tree933152f793073a1b6c6e39da2154a0994f81bb83
parent5b651783d80b97167ecd27dc6a4408c694873902
netfilter: move nf_reinject into nfnetlink_queue modules

No need to keep this in the core, move it to the nfnetlink_queue module.
nf_reroute is moved too, there were no other callers.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/linux/netfilter.h
include/net/netfilter/nf_queue.h
net/netfilter/nf_queue.c
net/netfilter/nfnetlink_queue.c
net/netfilter/utils.c