Home
last modified time | relevance | path

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

12

/linux/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/net/netfilter/
A Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
A Dnft_meta.c374 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/linux/include/net/netfilter/
A Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/linux/drivers/net/can/
A Dvcan.c99 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
A Djanz-ican3.c1300 if (skb->pkt_type != PACKET_LOOPBACK) { in ican3_get_echo_skb()
/linux/include/linux/can/
A Dskb.h116 skb->pkt_type = PACKET_LOOPBACK; in can_skb_headroom_valid()
/linux/net/ipv4/netfilter/
A Dipt_rpfilter.c51 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/linux/net/ipv6/netfilter/
A Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/linux/include/uapi/linux/
A Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/linux/net/openvswitch/
A Dvport-netdev.c61 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/linux/net/hsr/
A Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
/linux/drivers/net/can/dev/
A Dskb.c113 if (skb->pkt_type == PACKET_LOOPBACK) { in __can_get_echo_skb()
/linux/drivers/net/ethernet/qualcomm/rmnet/
A Drmnet_handlers.c204 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/linux/drivers/net/
A Dvrf.c416 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit()
1390 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) { in vrf_ip6_rcv()
1395 if (skb->pkt_type == PACKET_LOOPBACK) in vrf_ip6_rcv()
1453 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/net/bridge/
A Dbr_input.c284 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/linux/net/ipv6/
A Dip6_input.c215 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
A Dndisc.c1006 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1020 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
A Dmcast.c1576 if (skb->pkt_type == PACKET_LOOPBACK) in __mld_report_work()
/linux/include/net/
A Dudp.h501 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
/linux/net/can/
A Daf_can.c247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/linux/net/ipv4/
A Darp.c950 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
/linux/net/packet/
A Daf_packet.c1878 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv_spkt()
2116 if (skb->pkt_type == PACKET_LOOPBACK) in packet_rcv()
2247 if (skb->pkt_type == PACKET_LOOPBACK) in tpacket_rcv()
/linux/drivers/net/bonding/
A Dbond_main.c3001 skb->pkt_type == PACKET_LOOPBACK || in bond_arp_rcv()

Completed in 77 milliseconds

12