Home
last modified time | relevance | path

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

/openbmc/linux/net/phonet/
H A Daf_phonet.c182 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 Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
H A Dnft_meta.c366 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/openbmc/linux/include/net/netfilter/
H A Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/openbmc/linux/drivers/net/can/dev/
H A Dskb.c127 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 Dvcan.c100 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
H A Djanz-ican3.c1304 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/openbmc/linux/net/ipv4/netfilter/
H A Dipt_rpfilter.c50 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/openbmc/linux/net/ipv6/netfilter/
H A Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/openbmc/linux/include/uapi/linux/
H A Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/openbmc/linux/net/openvswitch/
H A Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/openbmc/linux/net/hsr/
H A Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
/openbmc/linux/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c214 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/openbmc/linux/drivers/net/
H A Dvrf.c407 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 Dmacvlan.c458 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in macvlan_handle_frame()
/openbmc/linux/net/bridge/
H A Dbr_input.c331 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/openbmc/linux/net/ipv6/
H A Dip6_input.c226 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
H A Dndisc.c1047 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1061 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
H A Dmcast.c1569 if (skb->pkt_type == PACKET_LOOPBACK) in __mld_report_work()
/openbmc/linux/include/net/
H A Dudp.h484 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
/openbmc/linux/net/can/
H A Daf_can.c247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/openbmc/linux/net/ipv4/
H A Darp.c973 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/openbmc/linux/net/packet/
H A Daf_packet.c1933 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 Dbond_main.c3151 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 Ddev.c3954 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()