Searched refs:mfc6_mtx (Results 1 – 1 of 1) sorted by relevance
187 static struct mtx mfc6_mtx; variable188 #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)