taglinefilesource code
IFF_UP689drivers/net/slip.cdev->flags|=IFF_UP;
IFF_UP213net/inet/dev.cif (!(dev->flags & IFF_UP))
IFF_UP359net/inet/dev.cif (!(dev->flags & IFF_UP))
IFF_UP368net/inet/dev.cif (!(dev->flags & IFF_UP))
IFF_UP389net/inet/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP738net/inet/dev.cif(!(dev->flags & IFF_UP))
IFF_UP838net/inet/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP846net/inet/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) {
IFF_UP850net/inet/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP853net/inet/dev.cdev->flags&=~IFF_UP;  /* Didnt open so down the if */
IFF_UP1152net/inet/ip.cif (dev2->flags & IFF_UP) {
IFF_UP1412net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP1468net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP138net/inet/packet.cif (dev->flags & IFF_UP) dev->queue_xmit(skb, dev, sk->priority);