Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_var.h371 extern struct mtx in_multi_list_mtx;
374 #define IN_MULTI_LIST_LOCK() mtx_lock(&in_multi_list_mtx)
375 #define IN_MULTI_LIST_UNLOCK() mtx_unlock(&in_multi_list_mtx)
376 #define IN_MULTI_LIST_LOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_OWNED)
377 #define IN_MULTI_LIST_UNLOCK_ASSERT() mtx_assert(&in_multi_list_mtx, MA_NOTOWNED)
H A Din_mcast.c105 struct mtx in_multi_list_mtx; variable
106 MTX_SYSINIT(in_multi_mtx, &in_multi_list_mtx, "in_multi_list_mtx", MTX_DEF);