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