Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c124 static struct mtx jmtx; variable
125 #define JQUEUE_LOCK_INIT() mtx_init(&jmtx, "qlock", NULL, MTX_DEF)
126 #define JQUEUE_LOCK_DESTROY() mtx_destroy(&jmtx)
127 #define JQUEUE_LOCK() mtx_lock(&jmtx)
128 #define JQUEUE_UNLOCK() mtx_unlock(&jmtx)