]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ip6_tables: pass table pointer via nf_hook_ops
authorFlorian Westphal <fw@strlen.de>
Wed, 21 Apr 2021 07:51:09 +0000 (09:51 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Mon, 26 Apr 2021 01:20:47 +0000 (03:20 +0200)
commitcf4ce35d23d6de0acfb11ce2b2a2e856759c2f75
treedf47870ff85ff795d24629489b5ef42a64b10d75
parent221427648526dc52c58457e2370c4398e05c5fdb
netfilter: ip6_tables: pass table pointer via nf_hook_ops

Same patch as the ip_tables one: removal of all accesses to ip6_tables
xt_table pointers.  After this patch the struct net xt_table anchors
can be removed.

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