Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/phonet/
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()
/linux-6.3-rc2/net/netfilter/
A Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
A Dnft_meta.c366 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/linux-6.3-rc2/include/net/netfilter/
A Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/linux-6.3-rc2/drivers/net/can/dev/
A 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-6.3-rc2/drivers/net/can/
A Dvcan.c100 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
A Djanz-ican3.c1304 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/linux-6.3-rc2/net/ipv4/netfilter/
A Dipt_rpfilter.c50 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/linux-6.3-rc2/net/ipv6/netfilter/
A Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/linux-6.3-rc2/include/uapi/linux/
A Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/linux-6.3-rc2/net/hsr/
A Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
/linux-6.3-rc2/net/openvswitch/
A Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/linux-6.3-rc2/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_handlers.c214 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/linux-6.3-rc2/drivers/net/
A 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()
A Dmacvlan.c451 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in macvlan_handle_frame()
/linux-6.3-rc2/net/bridge/
A Dbr_input.c326 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/linux-6.3-rc2/net/ipv6/
A Dip6_input.c225 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
A Dndisc.c1042 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1056 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
A Dmcast.c1569 if (skb->pkt_type == PACKET_LOOPBACK) in __mld_report_work()
/linux-6.3-rc2/include/net/
A Dudp.h486 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
/linux-6.3-rc2/net/can/
A Daf_can.c246 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/linux-6.3-rc2/net/ipv4/
A Darp.c971 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/linux-6.3-rc2/net/packet/
A Daf_packet.c1882 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
2130 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2262 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/linux-6.3-rc2/drivers/net/bonding/
A Dbond_main.c3047 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()
3258 skb->pkt_type == PACKET_LOOPBACK) in bond_na_rcv()
/linux-6.3-rc2/net/core/
A Ddev.c3917 skb->pkt_type = PACKET_LOOPBACK; in dev_loopback_xmit()

Completed in 78 milliseconds