Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.c91 struct mtx tcp_debug_mtx; variable
92 MTX_SYSINIT(tcp_debug_mtx, &tcp_debug_mtx, "tcp_debug_mtx", MTX_DEF);
109 mtx_lock(&tcp_debug_mtx); in tcp_trace()
159 mtx_unlock(&tcp_debug_mtx); in tcp_trace()