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

/freebsd-13-stable/sys/netinet/
H A Dip_mroute.c172 static struct mtx mfc_mtx; variable in typeref:struct:mtx
173 #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)

Completed in 86 milliseconds