taglinefilesource code
IFF_UP748drivers/net/de600.cdev->flags &= ~IFF_UP;
IFF_UP777drivers/net/de620.cdev->flags &= ~IFF_UP;
IFF_UP961drivers/net/eql.cif ((slave->dev->flags & IFF_UP) == IFF_UP )
IFF_UP1108drivers/net/eql.cif ((slave->dev->flags & IFF_UP) == IFF_UP )
IFF_UP1001drivers/net/plip.cif (dev->flags & IFF_UP)
IFF_UP667drivers/net/ppp.cif (((struct ppp *) ppp)->dev->flags & IFF_UP)
IFF_UP1053drivers/net/ppp.cif ((ppp->dev->flags & IFF_UP) && ppp_do_ip(ppp, proto, c, count)) {
IFF_UP1741drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP1953drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP1966drivers/net/ppp.cif (ppp->dev->flags & IFF_UP)
IFF_UP586net/ax25/af_ax25.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25) { /* Active kiss ax25 mode */ 
IFF_UP220net/core/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP836net/core/dev.cif(!(dev->flags & IFF_UP))  /* Downed devices don't count */
IFF_UP1002net/core/dev.cIFF_UP | IFF_BROADCAST | IFF_DEBUG | IFF_LOOPBACK |
IFF_UP1016net/core/dev.cif ((old_flags & IFF_UP) && ((dev->flags & IFF_UP) == 0)) 
IFF_UP1026net/core/dev.cret = (! (old_flags & IFF_UP) && (dev->flags & IFF_UP))
IFF_UP1032net/core/dev.cdev->flags&=~IFF_UP;  /* Didn't open so down the if */
IFF_UP69net/core/dev_mcast.cif(!(dev->flags&IFF_UP))
IFF_UP109net/ipv4/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP195net/ipv4/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP205net/ipv4/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP1178net/ipv4/ip.cif (dev2->flags & IFF_UP)
IFF_UP1904net/ipv4/ip.cif (dev->flags & IFF_UP)
IFF_UP1951net/ipv4/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST))
IFF_UP1996net/ipv4/ip.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP2631net/ipv4/ip.cif (dev->flags & IFF_UP) 
IFF_UP212net/ipv4/packet.cif (dev->flags & IFF_UP) 
IFF_UP425net/ipv4/route.cif ((dev2->flags & IFF_UP) && dev2->pa_addr == gw) 
IFF_UP494net/ipv4/tcp.cif (dev->flags & IFF_UP)
IFF_UP715net/ipx/af_ipx.cif (!(dev->flags & IFF_UP))
IFF_UP501net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25)
IFF_UP515net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM)
IFF_UP530net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM && ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0)