Searched refs:tcp_debx (Results 1 – 3 of 3) sorted by relevance
154 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) != in main()155 sizeof(tcp_debx)) in main()216 prev_debx = tcp_debx; in dotrace()217 again: if (--tcp_debx < 0) in dotrace()218 tcp_debx = TCP_NDEBUG - 1; in dotrace()245 if (i == tcp_debx) in dotrace()248 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) { in dotrace()276 prev_debx = tcp_debx + 1; in dotrace()282 if (read(memf, (char *)&tcp_debx, sizeof(tcp_debx)) != in dotrace()283 sizeof(tcp_debx)) in dotrace()[all …]
70 static int tcp_debx; variable84 struct tcp_debug *td = &tcp_debug[tcp_debx++]; in tcp_trace()94 if (tcp_debx == TCP_NDEBUG) in tcp_trace()95 tcp_debx = 0; in tcp_trace()
93 int tcp_debx; variable