Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Din_var.h385 extern struct sx in_multi_sx;
392 #define IN_MULTI_LOCK() sx_xlock(&in_multi_sx)
393 #define IN_MULTI_UNLOCK() sx_xunlock(&in_multi_sx)
394 #define IN_MULTI_LOCK_ASSERT() sx_assert(&in_multi_sx, SA_XLOCKED)
395 #define IN_MULTI_UNLOCK_ASSERT() sx_assert(&in_multi_sx, SA_XUNLOCKED)
/f-stack/freebsd/netinet/
H A Din_var.h385 extern struct sx in_multi_sx;
392 #define IN_MULTI_LOCK() sx_xlock(&in_multi_sx)
393 #define IN_MULTI_UNLOCK() sx_xunlock(&in_multi_sx)
394 #define IN_MULTI_LOCK_ASSERT() sx_assert(&in_multi_sx, SA_XLOCKED)
395 #define IN_MULTI_UNLOCK_ASSERT() sx_assert(&in_multi_sx, SA_XUNLOCKED)
H A Din_mcast.c114 struct sx in_multi_sx; variable
115 SX_SYSINIT(in_multi_sx, &in_multi_sx, "in_multi_sx");