Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_subr.c803 static struct mtx isn_mtx; variable
805 #define ISN_LOCK_INIT() mtx_init(&isn_mtx, "isn_mtx", NULL, MTX_DEF)
806 #define ISN_LOCK() mtx_lock(&isn_mtx)
807 #define ISN_UNLOCK() mtx_unlock(&isn_mtx)