Home
last modified time | relevance | path

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

/openbsd/src/sys/netinet/
Dtcp_input.c3137 struct mutex syn_cache_mtx = MUTEX_INITIALIZER(IPL_SOFTNET); variable
3179 MUTEX_ASSERT_LOCKED(&syn_cache_mtx); in syn_cache_rm()
3238 MUTEX_ASSERT_LOCKED(&syn_cache_mtx); in syn_cache_insert()
3386 mtx_enter(&syn_cache_mtx); in syn_cache_timer()
3414 mtx_leave(&syn_cache_mtx); in syn_cache_timer()
3441 mtx_leave(&syn_cache_mtx); in syn_cache_timer()
3457 mtx_enter(&syn_cache_mtx); in syn_cache_cleanup()
3463 mtx_leave(&syn_cache_mtx); in syn_cache_cleanup()
3482 MUTEX_ASSERT_LOCKED(&syn_cache_mtx); in syn_cache_lookup()
3545 mtx_enter(&syn_cache_mtx); in syn_cache_get()
[all …]
Dtcp_usrreq.c1388 mtx_enter(&syn_cache_mtx); in tcp_sysctl_tcpstat()
1402 mtx_leave(&syn_cache_mtx); in tcp_sysctl_tcpstat()
1480 mtx_enter(&syn_cache_mtx); in tcp_sysctl()
1486 mtx_leave(&syn_cache_mtx); in tcp_sysctl()
1500 mtx_enter(&syn_cache_mtx); in tcp_sysctl()
1506 mtx_leave(&syn_cache_mtx); in tcp_sysctl()
Dtcp_var.h235 extern struct mutex syn_cache_mtx;