Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_subr.c1128 static struct mtx isn_mtx; variable
1130 #define ISN_LOCK_INIT() mtx_init(&isn_mtx, "isn_mtx", NULL, MTX_DEF)
1131 #define ISN_LOCK() mtx_lock(&isn_mtx)
1132 #define ISN_UNLOCK() mtx_unlock(&isn_mtx)