taglinefilesource code
IFF_UP741drivers/net/de600.cdev->flags &= ~IFF_UP;
IFF_UP766drivers/net/de620.cdev->flags &= ~IFF_UP;
IFF_UP867drivers/net/plip.cif(dev->flags&IFF_UP)
IFF_UP467drivers/net/ppp.cppp->dev->flags &= ~IFF_UP; /* down the device */
IFF_UP655drivers/net/ppp.cif (((struct ppp *) ppp)->dev->flags & IFF_UP)
IFF_UP1038drivers/net/ppp.cif ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) {
IFF_UP1708drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP1924drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP1937drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP615drivers/net/slip.cdev->flags|=IFF_UP;
IFF_UP270net/inet/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP372net/inet/dev.c(dev->slave->flags & IFF_UP))
IFF_UP914net/inet/dev.cif(!(dev->flags & IFF_UP))  /* Downed devices don't count */
IFF_UP1085net/inet/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP1124net/inet/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) 
IFF_UP1134net/inet/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP1140net/inet/dev.cdev->flags&=~IFF_UP;  /* Didn't open so down the if */
IFF_UP1335net/inet/dev.cif((slave->flags&(IFF_UP|IFF_RUNNING))!=(IFF_UP|IFF_RUNNING))
IFF_UP109net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP195net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP205net/inet/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP1387net/inet/ip.cif (dev2->flags & IFF_UP)
IFF_UP1865net/inet/ip.cif (dev->flags & IFF_UP)
IFF_UP1941net/inet/ip.cif (dev->flags & IFF_UP)
IFF_UP2146net/inet/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP2209net/inet/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP2263net/inet/ip.cif((dev->flags&IFF_UP)&& (dev->flags&IFF_MULTICAST)&&
IFF_UP195net/inet/packet.cif (dev->flags & IFF_UP) 
IFF_UP408net/inet/route.cif ((dev2->flags & IFF_UP) && dev2->pa_addr == gw)