tag | line | file | source code |
IFF_LOOPBACK | 96 | drivers/net/loopback.c | dev->flags|=IFF_LOOPBACK; |
IFF_LOOPBACK | 128 | drivers/net/loopback.c | dev->flags = IFF_LOOPBACK; |
IFF_LOOPBACK | 1026 | net/inet/dev.c | IFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK | |
IFF_LOOPBACK | 208 | net/inet/devinet.c | if (dev->flags & IFF_LOOPBACK) |
IFF_LOOPBACK | 111 | net/inet/eth.c | if (dev->flags & IFF_LOOPBACK) |
IFF_LOOPBACK | 1141 | net/inet/ipx.c | if((dev->flags&IFF_LOOPBACK) || self_addressing) { |
IFF_LOOPBACK | 322 | net/inet/route.c | if (rt->rt_dev->flags & IFF_LOOPBACK) |