taglinefilesource code
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_UP1052drivers/net/eql.cif ((slave->dev->flags & IFF_UP) == IFF_UP )
IFF_UP1023drivers/net/plip.cif (dev->flags & IFF_UP)
IFF_UP780drivers/net/ppp.cif (dev && dev->flags & IFF_UP) {
IFF_UP979drivers/net/ppp.cif (ppp2dev (ppp) -> flags & IFF_UP) {
IFF_UP1292drivers/net/ppp.cif (ppp2dev (ppp)->flags & IFF_UP) {
IFF_UP1307drivers/net/ppp.cif (ppp2dev (ppp)->flags & IFF_UP) {
IFF_UP2791drivers/net/ppp.cif (error == 0 && dev->flags & IFF_UP) {
IFF_UP2833drivers/net/ppp.cif (error == 0 && dev->flags & IFF_UP) {
IFF_UP2914drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP3037drivers/net/ppp.cif (!(dev->flags & IFF_UP)) {
IFF_UP3562drivers/net/ppp.cif (dev->start || dev->flags & IFF_UP) {
IFF_UP105fs/nfs/nfsroot.cdev->flags = IFF_UP | IFF_BROADCAST | IFF_RUNNING;
IFF_UP106fs/nfs/nfsroot.cif (!(old_flags & IFF_UP) && dev_open(dev)) {
IFF_UP147fs/nfs/nfsroot.cif (!(openp->old_flags & IFF_UP))
IFF_UP691net/ax25/af_ax25.cif (dev->flags & IFF_UP) {
IFF_UP252net/core/dev.cdev->flags |= (IFF_UP | IFF_RUNNING);
IFF_UP276net/core/dev.cif ((dev->flags & IFF_UP) && dev->stop)
IFF_UP283net/core/dev.cdev->flags&=~(IFF_UP|IFF_RUNNING);
IFF_UP798net/core/dev.cif(!(dev->flags & IFF_UP))  /* Downed devices don't count */
IFF_UP997net/core/dev.c| IFF_MULTICAST)) | (dev->flags & IFF_UP);
IFF_UP1010net/core/dev.cif ((old_flags^ifr.ifr_flags)&IFF_UP)  /* Bit is different  ? */
IFF_UP1012net/core/dev.cif(old_flags&IFF_UP)    /* Gone down */
IFF_UP1018net/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_UP236net/ipv4/ip_forward.cif (dev2->flags & IFF_UP)
IFF_UP514net/ipv4/ip_output.cif (dev->flags & IFF_UP)
IFF_UP720net/ipv4/ip_output.cif(dev->flags&IFF_UP)
IFF_UP986net/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_UP193net/ipv4/packet.cif (dev->flags & IFF_UP) 
IFF_UP298net/ipv4/packet.cif(!(dev->flags&IFF_UP))
IFF_UP1658net/ipv4/route.cif ((dev2->flags & IFF_UP) && dev2->pa_addr == gw) 
IFF_UP441net/ipv4/tcp_output.cif (dev->flags & IFF_UP)
IFF_UP885net/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)