Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dip6_mroute.c187 static struct mtx mfc6_mtx; variable
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)