Searched refs:mfc_mtx (Results 1 – 1 of 1) sorted by relevance
172 static struct mtx mfc_mtx; variable173 #define MFC_LOCK() mtx_lock(&mfc_mtx)174 #define MFC_UNLOCK() mtx_unlock(&mfc_mtx)175 #define MFC_LOCK_ASSERT() mtx_assert(&mfc_mtx, MA_OWNED)177 mtx_init(&mfc_mtx, "IPv4 multicast forwarding cache", NULL, MTX_DEF)178 #define MFC_LOCK_DESTROY() mtx_destroy(&mfc_mtx)