Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dsockex1_kern.c21 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h30 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/openbmc/linux/net/packet/
H A 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()
3534 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/openbmc/linux/net/openvswitch/
H A Dactions.c936 skb->pkt_type = PACKET_OUTGOING; in do_output()
/openbmc/linux/net/core/
H A Dskbuff.c5125 skb->pkt_type = PACKET_OUTGOING; in skb_set_err_queue()
5126 BUILD_BUG_ON(PACKET_OUTGOING == 0); in skb_set_err_queue()
H A Ddev.c2330 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()
/openbmc/linux/net/
H A Dsocket.c831 return skb->pkt_type == PACKET_OUTGOING; in skb_is_err_queue()
/openbmc/qemu/linux-user/
H A Dstrace.c408 case PACKET_OUTGOING: in print_sockaddr()