Searched refs:IFEF_REUSE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.h154 #define IFEF_REUSE 0x20000000 /* DLIL ifnet recycler, ifnet is not new */ macro
H A Ddlil.c2431 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_lock == 0)
2453 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_proto_hash == NULL) {
2493 if ((ifp->if_eflags & IFEF_REUSE) == 0 || ifp->if_index == 0)
2784 ifp1->if_eflags |= (IFEF_INUSE | IFEF_REUSE);

Completed in 81 milliseconds