Searched refs:mfc6_mtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Dip6_mroute.c187 static struct mtx mfc6_mtx; variable in typeref:struct:mtx
188 #define MFC6_LOCK() mtx_lock(&mfc6_mtx)
189 #define MFC6_UNLOCK() mtx_unlock(&mfc6_mtx)
191 mtx_assert(&mfc6_mtx, MA_OWNED); \
195 mtx_init(&mfc6_mtx, "IPv6 multicast forwarding cache", NULL, MTX_DEF)
196 #define MFC6_LOCK_DESTROY() mtx_destroy(&mfc6_mtx)

Completed in 23 milliseconds