Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDif_clone.c106 static struct mtx if_cloners_mtx; variable
107 MTX_SYSINIT(if_cloners_lock, &if_cloners_mtx, "if_cloners lock", MTX_DEF);
114 #define IF_CLONERS_LOCK_ASSERT() mtx_assert(&if_cloners_mtx, MA_OWNED)
115 #define IF_CLONERS_LOCK() mtx_lock(&if_cloners_mtx)
116 #define IF_CLONERS_UNLOCK() mtx_unlock(&if_cloners_mtx)