Searched refs:IFF_RUNNING (Results 1 – 18 of 18) sorted by relevance
410 if ((ifap->ifa_flags & IFF_RUNNING) == 0)532 if (ifr->ifr_flags == (IFF_UP|IFF_RUNNING))537 if ((ifr->ifr_flags & IFF_RUNNING) == 0 ||
279 ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); in fwe_stop()389 ifp->if_flags |= IFF_RUNNING; in fwe_init()414 if (!(ifp->if_flags & IFF_RUNNING)) in fwe_ioctl()421 if (ifp->if_flags & IFF_RUNNING) in fwe_ioctl()
262 ifp->if_flags &= ~(IFF_RUNNING | IFF_OACTIVE); in fwip_stop()388 ifp->if_flags |= IFF_RUNNING; in fwip_init()411 if (!(ifp->if_flags & IFF_RUNNING)) in fwip_ioctl()418 if (ifp->if_flags & IFF_RUNNING) in fwip_ioctl()
194 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
308 if ((ifr.ifr_flags & (IFF_UP|IFF_RUNNING)) != (IFF_UP|IFF_RUNNING)) in interface_status()
122 ifa->ifa_flags & IFF_UP && ifa->ifa_flags & IFF_RUNNING) { in find_ether()
217 ifrq.ifr_flags &= ~(IFF_UP|IFF_RUNNING); in Finish()
164 #define IFF_RUNNING IFF_DRV_RUNNING macro
291 if (ifp->mib.ifmd_flags & IFF_RUNNING) { in op_ifentry()
405 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_update_bif()593 if (ifp->mib.ifmd_flags & IFF_RUNNING) in bridge_attach_newif()
367 if ((!(ifp->if_flags & IFF_RUNNING)) || in nifattach()
916 was_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl()942 should_be_up = (ifp->if_flags & IFF_RUNNING) != 0; in ce_sioctl()1309 if (d->ifp->if_flags & IFF_RUNNING) in ce_ioctl()
1265 # define IFF_RUNNING IFF_DRV_RUNNING macro
4822 ifp->if_flags |= IFF_RUNNING; in setup_ifnet()6819 net_dev->flags |= IFF_RUNNING;
3206 if ((ic->ic_if.if_flags & (IFF_UP | IFF_RUNNING)) != in rt2860_set_key()3207 (IFF_UP | IFF_RUNNING)) in rt2860_set_key()
815 ifr.ifr_flags |= IFF_UP|IFF_RUNNING;
2568 IFFLAG("RUNNING", IFF_RUNNING); in ifflags()
273 IFF_RUNNING before the driver becomes ready, DAD code will try to transmit