Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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()
412 } else if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in phonet_rcv()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netpacket/
H A Dpacket.h40 #define PACKET_LOOPBACK 5 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netpacket/
H A Dpacket.h40 #define PACKET_LOOPBACK 5 macro
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_pkttype.c28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
H A Dnft_meta.c362 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnft_fib.h18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dvcan.c99 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dipt_rpfilter.c51 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/OK3568_Linux_fs/kernel/net/ipv6/netfilter/
H A Dip6t_rpfilter.c87 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_packet.h30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_packet.h31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport-netdev.c62 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
/OK3568_Linux_fs/kernel/net/hsr/
H A Dhsr_slave.c32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
/OK3568_Linux_fs/kernel/include/linux/can/
H A Ddev.h128 skb->pkt_type = PACKET_LOOPBACK; in can_skb_headroom_valid()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/
H A Drmnet_handlers.c186 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
/OK3568_Linux_fs/kernel/drivers/net/
H A Dvrf.c415 skb->pkt_type = PACKET_LOOPBACK; in vrf_local_xmit()
1343 if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) { in vrf_ip6_rcv()
1348 if (skb->pkt_type == PACKET_LOOPBACK) in vrf_ip6_rcv()
1400 if (skb->pkt_type == PACKET_LOOPBACK) { in vrf_ip_rcv()
/OK3568_Linux_fs/kernel/net/bridge/
H A Dbr_input.c274 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_input.c219 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
H A Dndisc.c1006 if (skb->pkt_type != PACKET_LOOPBACK in ndisc_recv_na()
1020 if (skb->pkt_type != PACKET_LOOPBACK) in ndisc_recv_na()
/OK3568_Linux_fs/kernel/include/net/
H A Dudp.h497 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
/OK3568_Linux_fs/kernel/net/can/
H A Daf_can.c247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
/OK3568_Linux_fs/kernel/drivers/net/can/dev/
H A Ddev.c468 if (!(dev->flags & IFF_ECHO) || skb->pkt_type != PACKET_LOOPBACK || in can_put_echo_skb()
/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DGobiUSBNet.c1768 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_usb_rx_handler()
1800 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_usb_rx_handler()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Darp.c950 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()

12