Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDin_var.h369 extern struct sx in_multi_sx;
376 #define IN_MULTI_LOCK() sx_xlock(&in_multi_sx)
377 #define IN_MULTI_UNLOCK() sx_xunlock(&in_multi_sx)
378 #define IN_MULTI_LOCK_ASSERT() sx_assert(&in_multi_sx, SA_XLOCKED)
379 #define IN_MULTI_UNLOCK_ASSERT() sx_assert(&in_multi_sx, SA_XUNLOCKED)
HDin_mcast.c112 struct sx in_multi_sx; variable
113 SX_SYSINIT(in_multi_sx, &in_multi_sx, "in_multi_sx");