Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_packet.h40 #define PACKET_OUTGOING 4 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_packet.h27 #define PACKET_OUTGOING 4 macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/kernel/linux/linux-5.10/net/decnet/
Ddn_nsp_out.c119 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
Ddn_route.c444 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()
490 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
Daf_decnet.c1901 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
/kernel/linux/linux-5.10/net/packet/
Daf_packet.c2113 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2235 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2255 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3491 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/kernel/linux/linux-5.10/net/core/
Dskbuff.c4563 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
4564 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
Ddev.c2364 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/kernel/linux/linux-5.10/net/
Dsocket.c729 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()