tag | line | file | source code |
IFF_LOOPBACK | 2289 | drivers/net/arcnet.c | if (dev->flags & IFF_LOOPBACK) |
IFF_LOOPBACK | 118 | drivers/net/loopback.c | dev->flags|=IFF_LOOPBACK; |
IFF_LOOPBACK | 137 | drivers/net/loopback.c | dev->flags = IFF_LOOPBACK|IFF_BROADCAST; |
IFF_LOOPBACK | 88 | drivers/net/tunnel.c | dev->flags |= IFF_LOOPBACK; /* Why doesn't tunnel work without this? [ should do now - AC]*/ |
IFF_LOOPBACK | 395 | net/appletalk/ddp.c | if(!(iface->dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 720 | net/appletalk/ddp.c | if(!(dev->flags&IFF_LOOPBACK) && atif_probe_device(atif)<0) |
IFF_LOOPBACK | 739 | net/appletalk/ddp.c | if(dev->flags&IFF_LOOPBACK) |
IFF_LOOPBACK | 1589 | net/appletalk/ddp.c | if((!(rt->flags&RTF_GATEWAY))&&(!(dev->flags&IFF_LOOPBACK))) |
IFF_LOOPBACK | 1604 | net/appletalk/ddp.c | if((dev->flags&IFF_LOOPBACK) || loopback) |
IFF_LOOPBACK | 998 | net/core/dev.c | IFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK | |
IFF_LOOPBACK | 115 | net/ethernet/eth.c | if (dev->flags & IFF_LOOPBACK) |
IFF_LOOPBACK | 176 | net/ipv4/devinet.c | if (dev->flags & IFF_LOOPBACK) |
IFF_LOOPBACK | 1488 | net/ipv4/ip.c | if(brd==IS_MULTICAST && iph->daddr!=IGMP_ALL_HOSTS && !(dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 1889 | net/ipv4/ip.c | if (MULTICAST(iph->daddr) && !(dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 1918 | net/ipv4/ip.c | if((dev->flags&IFF_BROADCAST) && (iph->daddr==dev->pa_brdaddr||iph->daddr==0xFFFFFFFF) && !(dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 2684 | net/ipv4/ip.c | if (MULTICAST(daddr) && !(dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 2726 | net/ipv4/ip.c | if((dev->flags&IFF_BROADCAST) && (daddr==0xFFFFFFFF || daddr==dev->pa_brdaddr) && !(dev->flags&IFF_LOOPBACK)) |
IFF_LOOPBACK | 346 | net/ipv4/route.c | if ((rt->rt_dev->flags & IFF_LOOPBACK) && !rt_loopback) |
IFF_LOOPBACK | 481 | net/ipx/af_ipx.c | if ((dl == NULL) || (dev == NULL) || (dev->flags & IFF_LOOPBACK)) |