Home
last modified time | relevance | path

Searched refs:PACKET_LOOPBACK (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/net/phonet/
Daf_phonet.c195 if (skb->pkt_type == PACKET_LOOPBACK) { in pn_send()
225 skb->pkt_type = PACKET_LOOPBACK; in pn_raw_send()
262 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send()
269 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send()
425 } else if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in phonet_rcv()
/linux-4.4.14/net/netfilter/
Dxt_pkttype.c31 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
Dnft_meta.c136 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/linux-4.4.14/drivers/net/can/
Dvcan.c97 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
Ddev.c397 if (!(dev->flags & IFF_ECHO) || skb->pkt_type != PACKET_LOOPBACK || in can_put_echo_skb()
Djanz-ican3.c1218 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/linux-4.4.14/include/uapi/linux/
Dif_packet.h29 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/linux-4.4.14/net/openvswitch/
Dvport-netdev.c73 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/linux-4.4.14/net/ipv6/
Dip6_input.c131 if (!(skb->pkt_type == PACKET_LOOPBACK || in ipv6_rcv()
Dndisc.c919 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
933 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
Dmcast.c1426 if (skb->pkt_type == PACKET_LOOPBACK) in igmp6_event_report()
/linux-4.4.14/net/bridge/
Dbr_input.c239 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/linux-4.4.14/net/can/
Daf_can.c274 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/linux-4.4.14/net/ipv4/
Darp.c896 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/linux-4.4.14/net/packet/
Daf_packet.c1786 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
1989 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2114 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c2452 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
/linux-4.4.14/net/core/
Ddev.c2961 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()