Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_spppsubr.c239 #define SPPP_LOCK_OWNED(sp) mtx_owned (&(sp)->mtx) macro
758 if (SPPP_LOCK_OWNED(sp)) { in sppp_ifstart()