Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/net/netfilter/
Dxt_pkttype.c31 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
Dnft_meta.c133 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/linux-4.1.27/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.c1159 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/linux-4.1.27/include/uapi/linux/
Dif_packet.h29 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/linux-4.1.27/net/openvswitch/
Dvport-netdev.c70 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/linux-4.1.27/net/ipv6/
Dip6_input.c130 if (!(skb->pkt_type == PACKET_LOOPBACK || in ipv6_rcv()
Dndisc.c905 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
919 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
Dmcast.c1426 if (skb->pkt_type == PACKET_LOOPBACK) in igmp6_event_report()
/linux-4.1.27/net/bridge/
Dbr_input.c233 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/linux-4.1.27/net/can/
Daf_can.c274 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/linux-4.1.27/net/ipv4/
Darp.c866 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/linux-4.1.27/net/packet/
Daf_packet.c1569 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
1768 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
1893 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/linux-4.1.27/drivers/net/bonding/
Dbond_main.c2431 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
/linux-4.1.27/net/core/
Ddev.c2896 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()