netfilter: iptables: allow use of ipt_do_table as hookfn
authorFlorian Westphal <fw@strlen.de>
Mon, 11 Oct 2021 15:15:10 +0000 (17:15 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 14 Oct 2021 21:06:53 +0000 (23:06 +0200)
commit8844e01062ddd8196c4550df9803cc1835d123c2
tree50693cedc8ee91b69c9e956563351923852b6924
parent0d7308c0ff5fa7c77164ab8491a91e0589da66e3
netfilter: iptables: allow use of ipt_do_table as hookfn

This is possible now that the xt_table structure is passed in via *priv.

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter_ipv4/ip_tables.h
net/ipv4/netfilter/ip_tables.c
net/ipv4/netfilter/iptable_filter.c
net/ipv4/netfilter/iptable_mangle.c
net/ipv4/netfilter/iptable_nat.c
net/ipv4/netfilter/iptable_raw.c
net/ipv4/netfilter/iptable_security.c