/openbmc/linux/net/phonet/ |
H A D | af_phonet.c | 182 if (skb->pkt_type == PACKET_LOOPBACK) { in pn_send() 212 skb->pkt_type = PACKET_LOOPBACK; in pn_raw_send() 249 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send() 256 skb->pkt_type = PACKET_LOOPBACK; in pn_skb_send() 411 } else if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in phonet_rcv()
|
/openbmc/linux/net/netfilter/ |
H A D | xt_pkttype.c | 28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
|
H A D | nft_meta.c | 366 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
|
/openbmc/linux/include/net/netfilter/ |
H A D | nft_fib.h | 18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
|
/openbmc/linux/drivers/net/can/dev/ |
H A D | skb.c | 127 if (skb->pkt_type == PACKET_LOOPBACK) { in __can_get_echo_skb() 321 skb->pkt_type = PACKET_LOOPBACK; in can_skb_headroom_valid()
|
/openbmc/linux/drivers/net/can/ |
H A D | vcan.c | 100 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
|
H A D | janz-ican3.c | 1304 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_rpfilter.c | 50 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | ip6t_rpfilter.c | 87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
|
/openbmc/linux/include/uapi/linux/ |
H A D | if_packet.h | 31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
|
/openbmc/linux/net/openvswitch/ |
H A D | vport-netdev.c | 61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
|
/openbmc/linux/net/hsr/ |
H A D | hsr_slave.c | 32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
|
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/ |
H A D | rmnet_handlers.c | 214 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
|
/openbmc/linux/drivers/net/ |
H A D | vrf.c | 407 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit() 1371 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) { in vrf_ip6_rcv() 1376 if (skb->pkt_type == PACKET_LOOPBACK) in vrf_ip6_rcv() 1439 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip_rcv()
|
H A D | macvlan.c | 458 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in macvlan_handle_frame()
|
/openbmc/linux/net/bridge/ |
H A D | br_input.c | 331 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
|
/openbmc/linux/net/ipv6/ |
H A D | ip6_input.c | 226 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
|
H A D | ndisc.c | 1047 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na() 1061 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
|
H A D | mcast.c | 1569 if (skb->pkt_type == PACKET_LOOPBACK) in __mld_report_work()
|
/openbmc/linux/include/net/ |
H A D | udp.h | 484 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
|
/openbmc/linux/net/can/ |
H A D | af_can.c | 247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
|
/openbmc/linux/net/ipv4/ |
H A D | arp.c | 973 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
|
/openbmc/linux/net/packet/ |
H A D | af_packet.c | 1933 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt() 2179 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv() 2311 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
|
/openbmc/linux/drivers/net/bonding/ |
H A D | bond_main.c | 3151 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv() 3362 skb->pkt_type == PACKET_LOOPBACK) in bond_na_rcv()
|
/openbmc/linux/net/core/ |
H A D | dev.c | 3954 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()
|