Home
last modified time | relevance | path

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

/NextBSD/sys/net/
HDif_spppsubr.c238 #define SPPP_LOCK_OWNED(sp) mtx_owned (&(sp)->mtx) macro
757 if (SPPP_LOCK_OWNED(sp)) { in sppp_ifstart()