+5
−0
+1
−0
net/netfilter/nf_tables_netdev.c
0 → 100644
+183
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
This allows us to create netdev tables that contain ingress chains. Use
skb_header_pointer() as we may see shared sk_buffs at this stage.
This change provides access to the existing nf_tables features from the ingress
hook.
Signed-off-by:
Pablo Neira Ayuso <pablo@netfilter.org>