Home
last modified time | relevance | path

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

/linux-6.6.21/samples/bpf/
Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/linux-6.6.21/include/uapi/linux/
Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/linux-6.6.21/net/packet/
Daf_packet.c2153 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2276 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2296 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3535 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/linux-6.6.21/net/core/
Dskbuff.c5114 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
5115 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
Ddev.c2330 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/linux-6.6.21/net/
Dsocket.c831 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()