Home
last modified time | relevance | path

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

/Linux-v6.1/net/phonet/
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()
/Linux-v6.1/net/netfilter/
Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
Dnft_meta.c366 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/Linux-v6.1/include/net/netfilter/
Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/Linux-v6.1/drivers/net/can/dev/
Dskb.c122 if (skb->pkt_type == PACKET_LOOPBACK) { in __can_get_echo_skb()
316 skb->pkt_type = PACKET_LOOPBACK; in can_skb_headroom_valid()
/Linux-v6.1/drivers/net/can/
Dvcan.c100 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
Djanz-ican3.c1304 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/Linux-v6.1/net/ipv4/netfilter/
Dipt_rpfilter.c50 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v6.1/net/ipv6/netfilter/
Dip6t_rpfilter.c85 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v6.1/include/uapi/linux/
Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/Linux-v6.1/net/openvswitch/
Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/Linux-v6.1/net/hsr/
Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
/Linux-v6.1/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.c204 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/Linux-v6.1/drivers/net/
Dvrf.c417 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit()
1391 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) { in vrf_ip6_rcv()
1396 if (skb->pkt_type == PACKET_LOOPBACK) in vrf_ip6_rcv()
1459 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip_rcv()
Dmacvlan.c451 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in macvlan_handle_frame()
/Linux-v6.1/net/bridge/
Dbr_input.c309 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/Linux-v6.1/net/ipv6/
Dip6_input.c225 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
Dndisc.c1043 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1057 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
Dmcast.c1569 if (skb->pkt_type == PACKET_LOOPBACK) in __mld_report_work()
/Linux-v6.1/include/net/
Dudp.h477 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
/Linux-v6.1/net/can/
Daf_can.c246 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/Linux-v6.1/net/ipv4/
Darp.c971 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/Linux-v6.1/net/packet/
Daf_packet.c1883 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
2131 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2263 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/Linux-v6.1/drivers/net/bonding/
Dbond_main.c3030 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
3241 skb->pkt_type == PACKET_LOOPBACK) in bond_na_rcv()
/Linux-v6.1/net/core/
Ddev.c3927 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()