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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_debug.h77 int tcp_debx; variable
H A Dtcp_debug.c77 * of TCP connection state at any given moment. tcp_debx addresses at the
82 static int tcp_debx; variable
108 td = &tcp_debug[tcp_debx++];
109 if (tcp_debx == TCP_NDEBUG)
110 tcp_debx = 0;
/freebsd-9.3-release/usr.sbin/trpt/
H A Dtrpt.c164 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) !=
165 sizeof(tcp_debx))
166 err(3, "tcp_debx");
224 int prev_debx = tcp_debx, family;
226 again: if (--tcp_debx < 0)
227 tcp_debx = TCP_NDEBUG - 1;
252 if (i == tcp_debx)
255 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) {
281 prev_debx = tcp_debx
[all...]

Completed in 58 milliseconds