taglinefilesource code
IFF_UP3819drivers/net/de4x5.ckeep_loaded += (p->flags & IFF_UP);     /* Is an interface up?       */
IFF_UP745drivers/net/de600.cdev->flags &= ~IFF_UP;
IFF_UP805drivers/net/de620.cdev->flags &= ~IFF_UP;
IFF_UP930drivers/net/eql.cif ((slave->dev->flags & IFF_UP) == IFF_UP )
IFF_UP1017drivers/net/eql.cif ((slave->dev->flags & IFF_UP) == IFF_UP )
IFF_UP1025drivers/net/plip.cif (dev->flags & IFF_UP)
IFF_UP698drivers/net/ppp.cif (dev && dev->flags & IFF_UP) {
IFF_UP914drivers/net/ppp.cif (ppp2dev (ppp) -> flags & IFF_UP) {
IFF_UP1223drivers/net/ppp.cif ((ppp2dev (ppp)->flags & IFF_UP) && (count > 0))
IFF_UP1236drivers/net/ppp.cif (((ppp2dev (ppp)->flags & IFF_UP) != 0) && (count > 0))
IFF_UP2750drivers/net/ppp.cif (error == 0 && dev->flags & IFF_UP) {
IFF_UP2790drivers/net/ppp.cif (error == 0 && dev->flags & IFF_UP) {
IFF_UP2871drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP2991drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP3443drivers/net/ppp.cif (dev->start || dev->flags & IFF_UP) {
IFF_UP1079drivers/net/wic.cif (dev->flags & IFF_UP)
IFF_UP180fs/nfs/nfsroot.cdev->flags = IFF_UP | IFF_BROADCAST | IFF_RUNNING;
IFF_UP181fs/nfs/nfsroot.cif (!(old_flags & IFF_UP) && dev_open(dev)) {
IFF_UP225fs/nfs/nfsroot.cif (!(openp->old_flags & IFF_UP))
IFF_UP843net/ax25/af_ax25.cif (dev->flags & IFF_UP) {
IFF_UP253net/core/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP277net/core/dev.cif ((dev->flags & IFF_UP) && dev->stop)
IFF_UP284net/core/dev.cdev->flags&=~(IFF_UP|IFF_RUNNING);
IFF_UP807net/core/dev.cif(!(dev->flags & IFF_UP))  /* Downed devices don't count */
IFF_UP1006net/core/dev.c| IFF_MULTICAST)) | (dev->flags & IFF_UP);
IFF_UP1019net/core/dev.cif ((old_flags^ifr.ifr_flags)&IFF_UP)  /* Bit is different  ? */
IFF_UP1021net/core/dev.cif(old_flags&IFF_UP)    /* Gone down */
IFF_UP1027net/core/dev.cdev->flags&=~IFF_UP;  /* Open failed */
IFF_UP68net/core/dev_mcast.cif(!(dev->flags&IFF_UP))
IFF_UP62net/core/net_alias.c#define  NET_ALIAS_IFF_MASK   (IFF_UP|IFF_BROADCAST|IFF_RUNNING|IFF_NOARP|IFF_LOOPBACK|IFF_POINTOPOINT)
IFF_UP273net/core/net_alias.cdev->flags = main_dev->flags & NET_ALIAS_IFF_MASK & ~IFF_UP;
IFF_UP382net/core/net_alias.cif (! (main_dev->flags & IFF_UP) )
IFF_UP1153net/core/net_alias.cdev = nat_addr_chk(nat, alias_info, sa_dst, IFF_UP, 0);
IFF_UP1224net/core/net_alias.cdev = nat_addr_chk32(nat, alias_info, family, dst, IFF_UP, 0);
IFF_UP109net/ipv4/devinet.cif ((!(dev->flags & IFF_UP)) || dev->family!=AF_INET)
IFF_UP195net/ipv4/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP205net/ipv4/devinet.cif (!(dev->flags & IFF_UP))
IFF_UP225net/ipv4/devinet.cif((dev->flags&IFF_UP) && dev->pa_addr==addr)
IFF_UP245net/ipv4/ip_forward.cif (dev2->flags & IFF_UP)
IFF_UP517net/ipv4/ip_output.cif (dev->flags & IFF_UP)
IFF_UP724net/ipv4/ip_output.cif(dev->flags&IFF_UP)
IFF_UP990net/ipv4/ip_output.cif (dev->flags & IFF_UP) 
IFF_UP57net/ipv4/ip_sockglue.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST))
IFF_UP101net/ipv4/ip_sockglue.cif((dev->flags&IFF_UP)&&(dev->flags&IFF_MULTICAST)&&
IFF_UP202net/ipv4/packet.cif (dev->flags & IFF_UP) 
IFF_UP307net/ipv4/packet.cif(!(dev->flags&IFF_UP))
IFF_UP1665net/ipv4/route.cif ((dev2->flags & IFF_UP) && dev2->pa_addr == gw) 
IFF_UP447net/ipv4/tcp_output.cif (dev->flags & IFF_UP)
IFF_UP904net/ipx/af_ipx.cif (!(dev->flags & IFF_UP))
IFF_UP520net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_AX25)
IFF_UP524net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_ETHER)
IFF_UP540net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM)
IFF_UP555net/netrom/nr_route.cif ((dev->flags & IFF_UP) && dev->type == ARPHRD_NETROM && ax25cmp(addr, (ax25_address *)dev->dev_addr) == 0)