Home
last modified time | relevance | path

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

/trueos/sys/netinet6/
HDin6_var.h712 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)
HDin6_mcast.c106 struct mtx in6_multi_mtx; variable
107 MTX_SYSINIT(in6_multi_mtx, &in6_multi_mtx, "in6_multi_mtx", MTX_DEF);