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

/freebsd-11.0-release/sys/netinet6/
H A Din6_var.h695 extern struct mtx in6_multi_mtx;
696 #define IN6_MULTI_LOCK() mtx_lock(&in6_multi_mtx)
697 #define IN6_MULTI_UNLOCK() mtx_unlock(&in6_multi_mtx)
698 #define IN6_MULTI_LOCK_ASSERT() mtx_assert(&in6_multi_mtx, MA_OWNED)
699 #define IN6_MULTI_UNLOCK_ASSERT() mtx_assert(&in6_multi_mtx, MA_NOTOWNED)
H A Din6_mcast.c108 struct mtx in6_multi_mtx; variable in typeref:struct:mtx
109 MTX_SYSINIT(in6_multi_mtx, &in6_multi_mtx, "in6_multi_mtx", MTX_DEF);

Completed in 66 milliseconds