Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/net/netfilter/
Dxt_pkttype.c31 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
Dnft_meta.c157 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/Linux-v4.19/include/net/netfilter/
Dnft_fib.h16 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/Linux-v4.19/drivers/net/can/
Dvcan.c100 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
Ddev.c452 if (!(dev->flags & IFF_ECHO) || skb->pkt_type != PACKET_LOOPBACK || in can_put_echo_skb()
Djanz-ican3.c1304 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/Linux-v4.19/net/ipv4/netfilter/
Dipt_rpfilter.c69 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v4.19/net/ipv6/netfilter/
Dip6t_rpfilter.c86 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v4.19/include/uapi/linux/
Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.c192 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/Linux-v4.19/net/openvswitch/
Dvport-netdev.c75 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/Linux-v4.19/net/bridge/
Dbr_input.c218 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/Linux-v4.19/drivers/net/
Dvrf.c142 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit()
989 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip6_rcv()
1044 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip_rcv()
/Linux-v4.19/net/ipv6/
Dip6_input.c190 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
Dndisc.c989 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1003 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
Dmcast.c1465 if (skb->pkt_type == PACKET_LOOPBACK) in igmp6_event_report()
/Linux-v4.19/net/can/
Daf_can.c264 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/Linux-v4.19/net/ipv4/
Darp.c948 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/Linux-v4.19/net/packet/
Daf_packet.c1811 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
2039 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2170 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/Linux-v4.19/drivers/net/bonding/
Dbond_main.c2557 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
/Linux-v4.19/net/core/
Ddev.c3532 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()