Searched refs:PACKET_OUTGOING (Results 1 – 9 of 9) sorted by relevance
20 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
29 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
127 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
450 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()496 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
1909 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
2060 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()2182 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()2196 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()3365 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
4197 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()4198 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
2028 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
664 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()