Searched refs:in6_multi_mtx (Results 1 – 2 of 2) sorted by relevance
712 extern struct mtx in6_multi_mtx;713 #define IN6_MULTI_LOCK() mtx_lock(&in6_multi_mtx)714 #define IN6_MULTI_UNLOCK() mtx_unlock(&in6_multi_mtx)715 #define IN6_MULTI_LOCK_ASSERT() mtx_assert(&in6_multi_mtx, MA_OWNED)716 #define IN6_MULTI_UNLOCK_ASSERT() mtx_assert(&in6_multi_mtx, MA_NOTOWNED)
106 struct mtx in6_multi_mtx; variable107 MTX_SYSINIT(in6_multi_mtx, &in6_multi_mtx, "in6_multi_mtx", MTX_DEF);