Searched refs:PACKET_OUTGOING (Results 1 – 7 of 7) sorted by relevance
21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
2200 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()2320 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()2340 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()3581 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
954 skb->pkt_type = PACKET_OUTGOING; in do_output()
5288 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()5289 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
2546 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
791 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()