Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/netinet6/
Dip6_mroute.c207 static struct mtx mif6_mtx; variable
208 #define MIF6_LOCK() mtx_lock(&mif6_mtx)
209 #define MIF6_UNLOCK() mtx_unlock(&mif6_mtx)
210 #define MIF6_LOCK_ASSERT() mtx_assert(&mif6_mtx, MA_OWNED)
212 mtx_init(&mif6_mtx, "IPv6 multicast interfaces", NULL, MTX_DEF)
213 #define MIF6_LOCK_DESTROY() mtx_destroy(&mif6_mtx)