Symbol: PACKET_LOOPBACK
drivers/net/bonding/bond_main.c
3162
skb->pkt_type == PACKET_LOOPBACK ||
drivers/net/bonding/bond_main.c
3372
skb->pkt_type == PACKET_LOOPBACK)
drivers/net/can/dev/skb.c
136
if (skb->pkt_type == PACKET_LOOPBACK) {
drivers/net/can/dev/skb.c
352
skb->pkt_type = PACKET_LOOPBACK;
drivers/net/can/janz-ican3.c
1304
if (skb->pkt_type != PACKET_LOOPBACK) {
drivers/net/can/vcan.c
100
loop = skb->pkt_type == PACKET_LOOPBACK;
drivers/net/ethernet/qualcomm/rmnet/rmnet_handlers.c
214
if (skb->pkt_type == PACKET_LOOPBACK)
drivers/net/ipvlan/ipvlan_core.c
751
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
drivers/net/macvlan.c
465
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
drivers/net/vrf.c
1330
if (skb->pkt_type == PACKET_LOOPBACK || (need_strict && !is_ndisc)) {
drivers/net/vrf.c
1335
if (skb->pkt_type == PACKET_LOOPBACK)
drivers/net/vrf.c
1398
if (skb->pkt_type == PACKET_LOOPBACK) {
drivers/net/vrf.c
370
skb->pkt_type = PACKET_LOOPBACK;
include/net/netfilter/nft_fib.h
19
return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK;
include/net/udp.h
627
if (skb->pkt_type == PACKET_LOOPBACK)
net/bridge/br_input.c
346
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
net/can/af_can.c
249
skb->pkt_type = PACKET_LOOPBACK;
net/core/dev.c
4334
skb->pkt_type = PACKET_LOOPBACK;
net/hsr/hsr_slave.c
32
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
net/ipv4/arp.c
977
skb->pkt_type == PACKET_LOOPBACK)
net/ipv4/netfilter/ipt_rpfilter.c
51
return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK;
net/ipv6/ip6_input.c
227
if (!(skb->pkt_type == PACKET_LOOPBACK ||
net/ipv6/mcast.c
1600
if (skb->pkt_type == PACKET_LOOPBACK)
net/ipv6/ndisc.c
1039
if (skb->pkt_type != PACKET_LOOPBACK
net/ipv6/ndisc.c
1053
if (skb->pkt_type != PACKET_LOOPBACK)
net/ipv6/netfilter/ip6t_rpfilter.c
87
return skb->pkt_type == PACKET_LOOPBACK || in->flags & IFF_LOOPBACK;
net/mctp/route.c
459
skb->pkt_type = PACKET_LOOPBACK;
net/netfilter/nft_meta.c
366
if (skb->pkt_type != PACKET_LOOPBACK) {
net/netfilter/xt_pkttype.c
28
if (skb->pkt_type != PACKET_LOOPBACK)
net/openvswitch/vport-netdev.c
61
if (unlikely(skb->pkt_type == PACKET_LOOPBACK))
net/packet/af_packet.c
1880
if (skb->pkt_type == PACKET_LOOPBACK)
net/packet/af_packet.c
2125
if (skb->pkt_type == PACKET_LOOPBACK)
net/packet/af_packet.c
2254
if (skb->pkt_type == PACKET_LOOPBACK)
net/phonet/af_phonet.c
185
if (skb->pkt_type == PACKET_LOOPBACK) {
net/phonet/af_phonet.c
215
skb->pkt_type = PACKET_LOOPBACK;
net/phonet/af_phonet.c
252
skb->pkt_type = PACKET_LOOPBACK;
net/phonet/af_phonet.c
259
skb->pkt_type = PACKET_LOOPBACK;
net/phonet/af_phonet.c
414
} else if (unlikely(skb->pkt_type == PACKET_LOOPBACK))