Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/linux/include/uapi/linux/
A Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/linux/net/decnet/
A Ddn_nsp_out.c119 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
A Ddn_route.c445 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()
492 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
A Daf_decnet.c1901 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
/linux/net/packet/
A Daf_packet.c2137 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2259 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2279 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3498 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/linux/net/core/
A Dskbuff.c4738 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
4739 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
A Ddev.c2315 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/linux/net/
A Dsocket.c782 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()

Completed in 54 milliseconds