Home
last modified time | relevance | path

Searched refs:nf_skip_egress (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dnetfilter_netdev.h93 if (skb->nf_skip_egress) in nf_hook_egress()
133 static inline void nf_skip_egress(struct sk_buff *skb, bool skip) in nf_skip_egress() function
136 skb->nf_skip_egress = skip; in nf_skip_egress()
H A Dskbuff.h978 __u8 nf_skip_egress:1;
/openbmc/linux/drivers/net/
H A Difb.c110 nf_skip_egress(skb, true); in ifb_ri_tasklet()
/openbmc/linux/net/core/
H A Ddev.c4354 nf_skip_egress(skb, true); in __dev_queue_xmit()
4358 nf_skip_egress(skb, false); in __dev_queue_xmit()
5455 nf_skip_egress(skb, true); in __netif_receive_skb_core()
5463 nf_skip_egress(skb, false); in __netif_receive_skb_core()