Searched refs:nf_skip_egress (Results 1 - 5 of 5) sorted by relevance

/linux-master/include/linux/
H A Dnetfilter_netdev.h78 * The nf_skip_egress flag controls whether netfilter is applied on egress.
93 if (skb->nf_skip_egress)
133 static inline void nf_skip_egress(struct sk_buff *skb, bool skip) function
136 skb->nf_skip_egress = skip;
H A Dskbuff.h784 * @nf_skip_egress: packet shall skip nf egress - see netfilter_netdev.h
993 __u8 nf_skip_egress:1;
/linux-master/drivers/net/
H A Difb.c110 nf_skip_egress(skb, true);
H A Dnetkit.c57 nf_skip_egress(skb, true);
/linux-master/net/core/
H A Ddev.c4282 nf_skip_egress(skb, true);
4286 nf_skip_egress(skb, false);
5403 nf_skip_egress(skb, true);
5411 nf_skip_egress(skb, false);

Completed in 184 milliseconds