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

/freebsd-12-stable/sys/netinet/
H A Dtcp_debug.h79 int tcp_debx; variable
H A Dtcp_debug.c79 * of TCP connection state at any given moment. tcp_debx addresses at the
84 static int tcp_debx; variable
110 td = &tcp_debug[tcp_debx++];
111 if (tcp_debx == TCP_NDEBUG)
112 tcp_debx = 0;
/freebsd-12-stable/usr.sbin/trpt/
H A Dtrpt.c166 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) !=
167 sizeof(tcp_debx))
168 err(3, "tcp_debx");
225 int prev_debx = tcp_debx, family;
228 if (--tcp_debx < 0)
229 tcp_debx = TCP_NDEBUG - 1;
254 if (i == tcp_debx)
257 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) {
284 prev_debx = tcp_debx
[all...]

Completed in 114 milliseconds