Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_var.h384 extern struct mtx in_multi_list_mtx;
387 #define IN_MULTI_LIST_LOCK() mtx_lock(&in_multi_list_mtx)
388 #define IN_MULTI_LIST_UNLOCK() mtx_unlock(&in_multi_list_mtx)
389 #define IN_MULTI_LIST_LOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_OWNED)
390 #define IN_MULTI_LIST_UNLOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_NOTOWNED)
/f-stack/freebsd/netinet/
H A Din_var.h384 extern struct mtx in_multi_list_mtx;
387 #define IN_MULTI_LIST_LOCK() mtx_lock(&in_multi_list_mtx)
388 #define IN_MULTI_LIST_UNLOCK() mtx_unlock(&in_multi_list_mtx)
389 #define IN_MULTI_LIST_LOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_OWNED)
390 #define IN_MULTI_LIST_UNLOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_NOTOWNED)
H A Din_mcast.c108 struct mtx in_multi_list_mtx; variable
109 MTX_SYSINIT(in_multi_mtx, &in_multi_list_mtx, "in_multi_list_mtx", MTX_DEF);