Searched refs:PACKET_OUTGOING (Results 1 – 13 of 13) sorted by relevance
21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
39 #define PACKET_OUTGOING 4 /* Originated by us . */ macro
29 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
119 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
444 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()490 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
1901 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
2103 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()2225 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()2245 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()3481 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
4589 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()4590 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
2371 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
730 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()