Searched refs:from_ingress (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/
H A Difb.c127 if (!skb->from_ingress) {
/linux-master/include/linux/
H A Dskbuff.h783 * @from_ingress: packet was redirected from the ingress path
990 __u8 from_ingress:1;
5095 static inline void skb_set_redirected(struct sk_buff *skb, bool from_ingress) argument
5099 skb->from_ingress = from_ingress;
5100 if (skb->from_ingress)
5111 bool from_ingress)
5115 skb->from_ingress = from_ingress;
5110 skb_set_redirected_noclear(struct sk_buff *skb, bool from_ingress) argument

Completed in 139 milliseconds