Home
last modified time | relevance | path

Searched refs:in6_multi_list_mtx (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netinet6/
H A Din6_var.h756 extern struct mtx in6_multi_list_mtx;
759 #define IN6_MULTI_LIST_LOCK() mtx_lock(&in6_multi_list_mtx)
760 #define IN6_MULTI_LIST_UNLOCK() mtx_unlock(&in6_multi_list_mtx)
761 #define IN6_MULTI_LIST_LOCK_ASSERT() mtx_assert(&in6_multi_list_mtx, MA_OWNED)
762 #define IN6_MULTI_LIST_UNLOCK_ASSERT() mtx_assert(&in6_multi_list_mtx, MA_NOTOWNED)
/f-stack/freebsd/netinet6/
H A Din6_var.h756 extern struct mtx in6_multi_list_mtx;
759 #define IN6_MULTI_LIST_LOCK() mtx_lock(&in6_multi_list_mtx)
760 #define IN6_MULTI_LIST_UNLOCK() mtx_unlock(&in6_multi_list_mtx)
761 #define IN6_MULTI_LIST_LOCK_ASSERT() mtx_assert(&in6_multi_list_mtx, MA_OWNED)
762 #define IN6_MULTI_LIST_UNLOCK_ASSERT() mtx_assert(&in6_multi_list_mtx, MA_NOTOWNED)
H A Din6_mcast.c115 struct mtx in6_multi_list_mtx; variable
116 MTX_SYSINIT(in6_multi_mtx, &in6_multi_list_mtx, "in6_multi_list_mtx", MTX_DEF);