Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet6/
Dip6_mroute.c204 static struct mtx mif6_mtx; variable
205 #define MIF6_LOCK() mtx_lock(&mif6_mtx)
206 #define MIF6_UNLOCK() mtx_unlock(&mif6_mtx)
207 #define MIF6_LOCK_ASSERT() mtx_assert(&mif6_mtx, MA_OWNED)
209 mtx_init(&mif6_mtx, "IPv6 multicast interfaces", NULL, MTX_DEF)
210 #define MIF6_LOCK_DESTROY() mtx_destroy(&mif6_mtx)