netfilter: ebtables: allow use of ebt_do_table as hookfn
authorFlorian Westphal <fw@strlen.de>
Mon, 11 Oct 2021 15:15:14 +0000 (17:15 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 14 Oct 2021 21:06:53 +0000 (23:06 +0200)
commitf0d6764f7ddbf6d57302155b0f83eadb25ab0f0c
tree247c16aa024ed85336036859472598eac2341dde
parent44b5990e7b463240e4c116c9e8670c67dad960cc
netfilter: ebtables: allow use of ebt_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_bridge/ebtables.h
net/bridge/netfilter/ebtable_broute.c
net/bridge/netfilter/ebtable_filter.c
net/bridge/netfilter/ebtable_nat.c
net/bridge/netfilter/ebtables.c