Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet/
Din_var.h361 extern struct mtx in_multi_mtx;
362 #define IN_MULTI_LOCK() mtx_lock(&in_multi_mtx)
363 #define IN_MULTI_UNLOCK() mtx_unlock(&in_multi_mtx)
364 #define IN_MULTI_LOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_OWNED)
365 #define IN_MULTI_UNLOCK_ASSERT() mtx_assert(&in_multi_mtx, MA_NOTOWNED)
Din_mcast.c97 struct mtx in_multi_mtx; variable
98 MTX_SYSINIT(in_multi_mtx, &in_multi_mtx, "in_multi_mtx", MTX_DEF);