Home
last modified time | relevance | path

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

/linux-6.3-rc2/samples/bpf/
A Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/linux-6.3-rc2/include/uapi/linux/
A Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/linux-6.3-rc2/net/packet/
A Daf_packet.c2151 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2274 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2294 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3520 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/linux-6.3-rc2/net/core/
A Dskbuff.c4973 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
4974 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
A Ddev.c2272 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/linux-6.3-rc2/net/
A Dsocket.c805 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()

Completed in 102 milliseconds