| /OK3568_Linux_fs/kernel/net/phonet/ |
| H A D | af_phonet.c | 182 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 D | packet.h | 40 #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 D | packet.h | 40 #define PACKET_LOOPBACK 5 macro
|
| /OK3568_Linux_fs/kernel/net/netfilter/ |
| H A D | xt_pkttype.c | 28 if (skb->pkt_type != PACKET_LOOPBACK) in pkttype_mt()
|
| H A D | nft_meta.c | 362 if (skb->pkt_type != PACKET_LOOPBACK) { in nft_meta_get_eval()
|
| /OK3568_Linux_fs/kernel/include/net/netfilter/ |
| H A D | nft_fib.h | 18 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in nft_fib_is_loopback()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/ |
| H A D | vcan.c | 99 loop = skb->pkt_type == PACKET_LOOPBACK; in vcan_tx()
|
| /OK3568_Linux_fs/kernel/net/ipv4/netfilter/ |
| H A D | ipt_rpfilter.c | 51 return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK; in rpfilter_is_loopback()
|
| /OK3568_Linux_fs/kernel/net/ipv6/netfilter/ |
| H A D | ip6t_rpfilter.c | 87 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 D | if_packet.h | 30 #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 D | if_packet.h | 30 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | if_packet.h | 31 #define PACKET_LOOPBACK 5 /* MC/BRD frame looped back */ macro
|
| /OK3568_Linux_fs/kernel/net/openvswitch/ |
| H A D | vport-netdev.c | 62 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in netdev_frame_hook()
|
| /OK3568_Linux_fs/kernel/net/hsr/ |
| H A D | hsr_slave.c | 32 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in hsr_handle_frame()
|
| /OK3568_Linux_fs/kernel/include/linux/can/ |
| H A D | dev.h | 128 skb->pkt_type = PACKET_LOOPBACK; in can_skb_headroom_valid()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_handlers.c | 186 if (skb->pkt_type == PACKET_LOOPBACK) in rmnet_rx_handler()
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | vrf.c | 415 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 D | br_input.c | 274 if (unlikely(skb->pkt_type == PACKET_LOOPBACK)) in br_handle_frame()
|
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | ip6_input.c | 219 if (!(skb->pkt_type == PACKET_LOOPBACK || in ip6_rcv_core()
|
| H A D | ndisc.c | 1006 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 D | udp.h | 497 if (skb->pkt_type == PACKET_LOOPBACK) in udp_rcv_segment()
|
| /OK3568_Linux_fs/kernel/net/can/ |
| H A D | af_can.c | 247 skb->pkt_type = PACKET_LOOPBACK; in can_send()
|
| /OK3568_Linux_fs/kernel/drivers/net/can/dev/ |
| H A D | dev.c | 468 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 D | GobiUSBNet.c | 1768 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 D | arp.c | 950 skb->pkt_type == PACKET_LOOPBACK) in arp_rcv()
|