Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dtcp_congctl.c233 static kmutex_t tcp_congctl_mtx; variable
240 mutex_init(&tcp_congctl_mtx, MUTEX_DEFAULT, IPL_NONE); in tcp_congctl_init()
343 mutex_enter(&tcp_congctl_mtx); in tcp_congctl_select()
348 mutex_exit(&tcp_congctl_mtx); in tcp_congctl_select()