Home
last modified time | relevance | path

Searched refs:PACKET_OUTGOING (Results 1 – 7 of 7) sorted by relevance

/linux/samples/bpf/
H A Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/linux/include/uapi/linux/
H A Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/linux/net/packet/
H A Daf_packet.c2213 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2333 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2353 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3594 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/linux/net/openvswitch/
H A Dactions.c952 skb->pkt_type = PACKET_OUTGOING; in do_output()
/linux/net/core/
H A Dskbuff.c5378 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
5379 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
H A Ddev.c2336 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/linux/net/
H A Dsocket.c826 * PACKET_OUTGOING in skb_set_err_queue(). This is only safe to do in skb_is_err_queue()
828 * have a pkt_type of PACKET_OUTGOING. in skb_is_err_queue()
830 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()