Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Din6_var.h756 extern struct sx in6_multi_sx;
763 #define IN6_MULTI_LOCK() sx_xlock(&in6_multi_sx)
764 #define IN6_MULTI_UNLOCK() sx_xunlock(&in6_multi_sx)
765 #define IN6_MULTI_LOCK_ASSERT() sx_assert(&in6_multi_sx, SA_XLOCKED)
766 #define IN6_MULTI_UNLOCK_ASSERT() sx_assert(&in6_multi_sx, SA_XUNLOCKED)
H A Din6_mcast.c120 struct sx in6_multi_sx; variable
121 SX_SYSINIT(in6_multi_sx, &in6_multi_sx, "in6_multi_sx");