Home
last modified time | relevance | path

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

/linux-4.4.14/samples/bpf/
Dsockex1_kern.c20 if (skb->pkt_type != PACKET_OUTGOING) in bpf_prog1()
/linux-4.4.14/include/uapi/linux/
Dif_packet.h28 #define PACKET_OUTGOING 4 /* Outgoing of any type */ macro
/linux-4.4.14/net/decnet/
Ddn_nsp_out.c127 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_skb()
Ddn_route.c458 skb->pkt_type = PACKET_OUTGOING; in dn_return_short()
504 skb->pkt_type = PACKET_OUTGOING; in dn_return_long()
Daf_decnet.c1906 skb->pkt_type = PACKET_OUTGOING; in dn_alloc_send_pskb()
/linux-4.4.14/net/packet/
Daf_packet.c2010 else if (skb->pkt_type == PACKET_OUTGOING) { in packet_rcv()
2126 else if (skb->pkt_type == PACKET_OUTGOING) { in tpacket_rcv()
2140 else if (skb->pkt_type != PACKET_OUTGOING && in tpacket_rcv()
3270 else if (skb->pkt_type != PACKET_OUTGOING && in packet_recvmsg()
/linux-4.4.14/net/core/
Ddev.c1879 skb2->pkt_type = PACKET_OUTGOING; in dev_queue_xmit_nit()