Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dsockex1_kern.c20 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/Linux-v5.4/include/uapi/linux/
Dif_packet.h29 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/Linux-v5.4/net/decnet/
Ddn_nsp_out.c119 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
Ddn_route.c442 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()
488 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
Daf_decnet.c1901 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
/Linux-v5.4/net/packet/
Daf_packet.c2069 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2189 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2209 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3405 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/Linux-v5.4/net/core/
Dskbuff.c4408 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
4409 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
Ddev.c1985 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/Linux-v5.4/net/
Dsocket.c715 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()