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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.c85 * All global state is protected by tcp_debug_mtx; tcp_trace() is split into
87 * array (locked by tcp_debug_mtx).
89 struct mtx tcp_debug_mtx; variable in typeref:struct:mtx
90 MTX_SYSINIT(tcp_debug_mtx, &tcp_debug_mtx, "tcp_debug_mtx", MTX_DEF);
107 mtx_lock(&tcp_debug_mtx);
157 mtx_unlock(&tcp_debug_mtx);

Completed in 46 milliseconds