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

/freebsd-9.3-release/sys/netinet/
H A Din_var.h356 extern struct mtx in_multi_mtx;
357 #define IN_MULTI_LOCK() mtx_lock(&in_multi_mtx)
358 #define IN_MULTI_UNLOCK() mtx_unlock(&in_multi_mtx)
359 #define IN_MULTI_LOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_OWNED)
360 #define IN_MULTI_UNLOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_NOTOWNED)
H A Din_mcast.c96 struct mtx in_multi_mtx; variable in typeref:struct:mtx
97 MTX_SYSINIT(in_multi_mtx, &in_multi_mtx, "in_multi_mtx", MTX_DEF);

Completed in 50 milliseconds