Home
last modified time | relevance | path

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

/Linux-v5.4/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()
412 } else if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in phonet_rcv()
/Linux-v5.4/net/netfilter/
Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
Dnft_meta.c161 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/Linux-v5.4/include/net/netfilter/
Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/Linux-v5.4/drivers/net/can/
Dvcan.c99 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
Ddev.c445 if (!(dev->flags & IFF_ECHO) || skb->pkt_type != PACKET_LOOPBACK || in can_put_echo_skb()
Djanz-ican3.c1300 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/Linux-v5.4/net/ipv4/netfilter/
Dipt_rpfilter.c51 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v5.4/net/ipv6/netfilter/
Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/Linux-v5.4/include/uapi/linux/
Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/Linux-v5.4/drivers/net/ethernet/qualcomm/rmnet/
Drmnet_handlers.c183 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/Linux-v5.4/net/openvswitch/
Dvport-netdev.c62 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/Linux-v5.4/drivers/net/
Dvrf.c138 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit()
997 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) { in vrf_ip6_rcv()
1001 if (skb->pkt_type == PACKET_LOOPBACK) in vrf_ip6_rcv()
1050 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip_rcv()
/Linux-v5.4/net/bridge/
Dbr_input.c262 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/Linux-v5.4/net/ipv6/
Dip6_input.c193 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
Dndisc.c1003 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1017 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
Dmcast.c1464 if (skb->pkt_type == PACKET_LOOPBACK) in igmp6_event_report()
/Linux-v5.4/net/can/
Daf_can.c247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/Linux-v5.4/net/ipv4/
Darp.c944 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/Linux-v5.4/net/packet/
Daf_packet.c1810 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
2048 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2177 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/Linux-v5.4/drivers/net/bonding/
Dbond_main.c2573 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
/Linux-v5.4/net/core/
Ddev.c3503 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()