Searched refs:from_ingress (Results 1 - 2 of 2) sorted by last modified time

/linux-master/include/linux/
H A Dskbuff.h787 * @from_ingress: packet was redirected from the ingress path
994 __u8 from_ingress:1;
5026 static inline void skb_set_redirected(struct sk_buff *skb, bool from_ingress) argument
5030 skb->from_ingress = from_ingress;
5031 if (skb->from_ingress)
5042 bool from_ingress)
5046 skb->from_ingress = from_ingress;
5041 skb_set_redirected_noclear(struct sk_buff *skb, bool from_ingress) argument
/linux-master/drivers/net/
H A Difb.c127 if (!skb->from_ingress) {

Completed in 300 milliseconds