Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_syncache.c310 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); in syncache_init()
333 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
335 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
338 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
362 mtx_destroy(&V_tcp_syncache.pause_mtx); in syncache_destroy()
492 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_timer()
494 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_timer()
2485 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2487 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2526 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
[all …]
H A Dtcp_syncache.h134 struct mtx pause_mtx; member