taglinefilesource code
IFF_UP216net/inet/dev.cif (!(dev->flags&IFF_UP))
IFF_UP355net/inet/dev.cif ((dev->flags & IFF_UP) && (dev->flags & IFF_POINTOPOINT) &&
IFF_UP359net/inet/dev.cif ((dev->flags & IFF_UP) && !(dev->flags & IFF_POINTOPOINT) &&
IFF_UP377net/inet/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP721net/inet/dev.cif(!(dev->flags & IFF_UP))
IFF_UP808net/inet/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP816net/inet/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) {
IFF_UP819net/inet/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP966net/inet/dev.creturn (dev->flags & IFF_UP != 0) ? dev_close(dev) : 0;
IFF_UP968net/inet/dev.cif ((dev->flags & IFF_UP) == 0
IFF_UP1146net/inet/ip.cif (dev2->flags & IFF_UP) {
IFF_UP1400net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP1454net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP136net/inet/packet.cif (dev->flags & IFF_UP) dev->queue_xmit(skb, dev, sk->priority);