Searched refs:jmtx (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/netpfil/ipfw/nat64/
H A Dnat64lsn.c115 static struct mtx jmtx; variable in typeref:struct:mtx
116 #define JQUEUE_LOCK_INIT() mtx_init(&jmtx, "qlock", NULL, MTX_DEF)
117 #define JQUEUE_LOCK_DESTROY() mtx_destroy(&jmtx)
118 #define JQUEUE_LOCK() mtx_lock(&jmtx)
119 #define JQUEUE_UNLOCK() mtx_unlock(&jmtx)

Completed in 117 milliseconds