Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_syncache.c308 mtx_init(&V_tcp_syncache.pause_mtx, "tcp_sc_pause", NULL, MTX_DEF); in syncache_init()
331 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
333 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
336 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_destroy()
360 mtx_destroy(&V_tcp_syncache.pause_mtx); in syncache_destroy()
490 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_timer()
492 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_timer()
2480 mtx_lock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2482 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
2521 mtx_unlock(&V_tcp_syncache.pause_mtx); in syncache_pause()
[all …]
H A Dtcp_syncache.h132 struct mtx pause_mtx; member