Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64lsn.c127 static struct mtx jmtx; variable
128 #define JQUEUE_LOCK_INIT() mtx_init(&jmtx, "qlock", NULL, MTX_DEF)
129 #define JQUEUE_LOCK_DESTROY() mtx_destroy(&jmtx)
130 #define JQUEUE_LOCK() mtx_lock(&jmtx)
131 #define JQUEUE_UNLOCK() mtx_unlock(&jmtx)