Searched refs:in6_multi_sx (Results 1 – 3 of 3) sorted by relevance
757 extern struct sx in6_multi_sx;764 #define IN6_MULTI_LOCK() sx_xlock(&in6_multi_sx)765 #define IN6_MULTI_UNLOCK() sx_xunlock(&in6_multi_sx)766 #define IN6_MULTI_LOCK_ASSERT() sx_assert(&in6_multi_sx, SA_XLOCKED)767 #define IN6_MULTI_UNLOCK_ASSERT() sx_assert(&in6_multi_sx, SA_XUNLOCKED)
121 struct sx in6_multi_sx; variable122 SX_SYSINIT(in6_multi_sx, &in6_multi_sx, "in6_multi_sx");