netfilter: ip6tables: allow use of ip6t_do_table as hookfn
authorFlorian Westphal <fw@strlen.de>
Mon, 11 Oct 2021 15:15:13 +0000 (17:15 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 14 Oct 2021 21:06:53 +0000 (23:06 +0200)
commit44b5990e7b463240e4c116c9e8670c67dad960cc
tree9f7b5ecb1108e8691794ae9910c45427f3315153
parente8d225b6002673366abc2e40e30c991bdc8d62ca
netfilter: ip6tables: allow use of ip6t_do_table as hookfn

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

Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
include/linux/netfilter_ipv6/ip6_tables.h
net/ipv6/netfilter/ip6_tables.c
net/ipv6/netfilter/ip6table_filter.c
net/ipv6/netfilter/ip6table_mangle.c
net/ipv6/netfilter/ip6table_nat.c
net/ipv6/netfilter/ip6table_raw.c
net/ipv6/netfilter/ip6table_security.c