Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_clone.c109 static struct mtx if_cloners_mtx; variable
110 MTX_SYSINIT(if_cloners_lock, &if_cloners_mtx, "if_cloners lock", MTX_DEF);
117 #define IF_CLONERS_LOCK_ASSERT() mtx_assert(&if_cloners_mtx, MA_OWNED)
118 #define IF_CLONERS_LOCK() mtx_lock(&if_cloners_mtx)
119 #define IF_CLONERS_UNLOCK() mtx_unlock(&if_cloners_mtx)