Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dip_encap.c122 static struct mtx encapmtx, srcaddrmtx; variable
123 MTX_SYSINIT(encapmtx, &encapmtx, "encapmtx", MTX_DEF);
125 #define ENCAP_WLOCK() mtx_lock(&encapmtx)
126 #define ENCAP_WUNLOCK() mtx_unlock(&encapmtx)