Home
last modified time | relevance | path

Searched refs:if_suspend (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Ddlil.c4352 if (ifp->if_suspend++ == 0) { in ifnet_datamov_suspend_locked()
4372 if (ifp->if_suspend > 0) { in ifnet_datamov_suspend_if_needed()
4387 VERIFY(ifp->if_suspend > 0); in ifnet_datamov_drain()
4420 VERIFY(ifp->if_suspend > 0); in ifnet_datamov_resume()
4421 if (--ifp->if_suspend == 0) { in ifnet_datamov_resume()
5658 VERIFY(ifp->if_suspend == 0); in ifnet_detach_final()
H A Dif_var_private.h725 u_int32_t if_suspend; /* number of suspend requests */ member