Searched refs:MIF6_LOCKPTR (Results 1 – 1 of 1) sorted by relevance
226 #define MIF6_LOCKPTR() (&mif6_mtx) macro227 #define MIF6_LOCK() mtx_lock(MIF6_LOCKPTR())228 #define MIF6_UNLOCK() mtx_unlock(MIF6_LOCKPTR())229 #define MIF6_LOCK_ASSERT() mtx_assert(MIF6_LOCKPTR(), MA_OWNED)231 mtx_init(MIF6_LOCKPTR(), "IPv6 multicast interfaces", NULL, MTX_DEF)232 #define MIF6_LOCK_DESTROY() mtx_destroy(MIF6_LOCKPTR())