tcp_debx          112 netinet/tcp_debug.c int	tcp_debx;
tcp_debx          125 netinet/tcp_debug.c 	struct tcp_debug *td = &tcp_debug[tcp_debx++];
tcp_debx          132 netinet/tcp_debug.c 	if (tcp_debx == TCP_NDEBUG)
tcp_debx          133 netinet/tcp_debug.c 		tcp_debx = 0;
tcp_debx           64 netinet/tcp_debug.h extern int	tcp_debx;