Searched refs:vif_mtx (Results 1 – 1 of 1) sorted by relevance
185 static struct mtx vif_mtx; variable186 #define VIF_LOCK() mtx_lock(&vif_mtx)187 #define VIF_UNLOCK() mtx_unlock(&vif_mtx)188 #define VIF_LOCK_ASSERT() mtx_assert(&vif_mtx, MA_OWNED)190 mtx_init(&vif_mtx, "IPv4 multicast interfaces", NULL, MTX_DEF)191 #define VIF_LOCK_DESTROY() mtx_destroy(&vif_mtx)