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

/freebsd-10-stable/sys/netinet/
H A Dtcp_subr.c265 static struct mtx isn_mtx; variable in typeref:struct:mtx
267 #define ISN_LOCK_INIT() mtx_init(&isn_mtx, "isn_mtx", NULL, MTX_DEF)
268 #define ISN_LOCK() mtx_lock(&isn_mtx)
269 #define ISN_UNLOCK() mtx_unlock(&isn_mtx)

Completed in 50 milliseconds