taglinefilesource code
IFF_UP292net/inet/dev.cif ((dev->flags & IFF_UP) && (dev->flags & IFF_POINTOPOINT) &&
IFF_UP296net/inet/dev.cif ((dev->flags & IFF_UP) && !(dev->flags & IFF_POINTOPOINT) &&
IFF_UP314net/inet/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP658net/inet/dev.cif(!(dev->flags & IFF_UP))
IFF_UP745net/inet/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP753net/inet/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) {
IFF_UP756net/inet/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP903net/inet/dev.creturn (dev->flags & IFF_UP != 0) ? dev_close(dev) : 0;
IFF_UP905net/inet/dev.cif ((dev->flags & IFF_UP) == 0
IFF_UP1142net/inet/ip.cif (dev2->flags & IFF_UP) {
IFF_UP1396net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP1450net/inet/ip.cif (dev->flags & IFF_UP) {
IFF_UP136net/inet/packet.cif (dev->flags & IFF_UP) dev->queue_xmit(skb, dev, sk->priority);