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

/darwin-on-arm/xnu/bsd/net/
H A Ddlil.c1270 ++ifp->if_flt_busy;
1271 VERIFY(ifp->if_flt_busy != 0);
1285 while (ifp->if_flt_busy) {
1298 VERIFY(ifp->if_flt_busy != 0);
1299 --ifp->if_flt_busy;
1301 if (ifp->if_flt_busy == 0 && ifp->if_flt_waiters > 0) {
4330 VERIFY(ifp->if_flt_busy == 0);
5132 VERIFY(ifp->if_flt_busy == 0);
H A Dif_var.h571 u_int32_t if_flt_busy; member in struct:ifnet

Completed in 78 milliseconds