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
458 if (skb->pkt_type == PACKET_OUTGOING) in mctp_dst_input()628 skb->pkt_type = PACKET_OUTGOING; in mctp_dst_output()1159 skb->pkt_type = PACKET_OUTGOING; in mctp_local_output()
2146 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()2266 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()2286 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()3527 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
5461 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()5462 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
2595 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
800 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()