Home
last modified time | relevance | path

Searched refs:IFF_DYING (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/net/
H A Dif.h163 #define IFF_DYING 0x200000 /* (n) interface is winding down */ macro
180 IFF_DYING|IFF_CANTCONFIG|IFF_KNOWSEPOCH)
H A Dif.c360 if (ifp == NULL || (ifp->if_flags & IFF_DYING)) in ifnet_byindex_ref()
500 ifp->if_flags |= IFF_DYING; in if_unlink_ifnet()
680 KASSERT((ifp->if_flags & IFF_DYING), in if_free_internal()
718 ifp->if_flags |= IFF_DYING; /* XXX: Locking */ in if_free()
2365 !(ifp->if_flags & IFF_DYING)) in ifunit_ref()
H A Drtsock.c2164 if (nh->nh_ifp && !(nh->nh_ifp->if_flags & IFF_DYING)) { in sysctl_dumpnhop()
/f-stack/tools/compat/include/net/
H A Dif.h149 #define IFF_DYING 0x200000 /* (n) interface is winding down */ macro
166 IFF_DYING|IFF_CANTCONFIG|IFF_KNOWSEPOCH)
/f-stack/freebsd/net/route/
H A Droute_ddb.c145 if ((nh->nh_ifp->if_flags & IFF_DYING) == 0) { in rt_dumpentry_ddb()
/f-stack/freebsd/netpfil/ipfw/nptv6/
H A Dnptv6.c589 if (args->ifp->if_flags & IFF_DYING) { /* XXX: is it possible? */ in ifaddr_cb()