Searched refs:encapmtx (Results 1 – 1 of 1) sorted by relevance
122 static struct mtx encapmtx, srcaddrmtx; variable123 MTX_SYSINIT(encapmtx, &encapmtx, "encapmtx", MTX_DEF);125 #define ENCAP_WLOCK() mtx_lock(&encapmtx)126 #define ENCAP_WUNLOCK() mtx_unlock(&encapmtx)