Searched refs:nf_skip_egress (Results 1 - 5 of 5) sorted by last modified time

/linux-master/net/core/
H A Ddev.c4334 nf_skip_egress(skb, true);
4338 nf_skip_egress(skb, false);
5483 nf_skip_egress(skb, true);
5491 nf_skip_egress(skb, false);
/linux-master/include/linux/
H A Dskbuff.h788 * @nf_skip_egress: packet shall skip nf egress - see netfilter_netdev.h
997 __u8 nf_skip_egress:1;
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;
/linux-master/drivers/net/
H A Dnetkit.c57 nf_skip_egress(skb, true);
H A Difb.c110 nf_skip_egress(skb, true);

Completed in 287 milliseconds