Searched refs:mif6_mtx (Results 1 – 1 of 1) sorted by relevance
232 static struct mtx mif6_mtx; variable233 #define MIF6_LOCK() mtx_lock(&mif6_mtx)234 #define MIF6_UNLOCK() mtx_unlock(&mif6_mtx)235 #define MIF6_LOCK_ASSERT() mtx_assert(&mif6_mtx, MA_OWNED)237 mtx_init(&mif6_mtx, "IPv6 multicast interfaces", NULL, MTX_DEF)238 #define MIF6_LOCK_DESTROY() mtx_destroy(&mif6_mtx)