Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/net/
Dif_clone.c105 static struct mtx if_cloners_mtx; variable
113 mtx_init(&if_cloners_mtx, "if_cloners lock", NULL, 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)