Searched refs:mif6_mtx (Results 1 – 1 of 1) sorted by relevance
207 static struct mtx mif6_mtx; variable208 #define MIF6_LOCK() mtx_lock(&mif6_mtx)209 #define MIF6_UNLOCK() mtx_unlock(&mif6_mtx)210 #define MIF6_LOCK_ASSERT() mtx_assert(&mif6_mtx, MA_OWNED)212 mtx_init(&mif6_mtx, "IPv6 multicast interfaces", NULL, MTX_DEF)213 #define MIF6_LOCK_DESTROY() mtx_destroy(&mif6_mtx)