Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Diflib_clone.c95 static struct mtx pseudoif_mtx; variable
96 MTX_SYSINIT(pseudoif_mtx, &pseudoif_mtx, "pseudoif_mtx", MTX_DEF);
98 #define PSEUDO_LOCK() mtx_lock(&pseudoif_mtx);
99 #define PSEUDO_UNLOCK() mtx_unlock(&pseudoif_mtx);