Searched refs:tcp_debx (Results 1 – 3 of 3) sorted by relevance
126 int tcp_debx; variable217 if (kvm_read(kd, nl[N_TCP_DEBX].n_value, (char *)&tcp_debx, in main()218 sizeof(tcp_debx)) != sizeof(tcp_debx)) in main()269 int prev_debx = tcp_debx; in dotrace()273 if (--tcp_debx < 0) in dotrace()274 tcp_debx = TCP_NDEBUG - 1; in dotrace()283 if (i == tcp_debx) in dotrace()286 for (i = 0; i <= tcp_debx % TCP_NDEBUG; i++) { in dotrace()297 prev_debx = tcp_debx + 1; in dotrace()303 (char *)&tcp_debx, sizeof(tcp_debx)) != in dotrace()[all …]
112 int tcp_debx; variable129 struct tcp_debug *td = &tcp_debug[tcp_debx++];136 if (tcp_debx == TCP_NDEBUG)137 tcp_debx = 0;
64 extern int tcp_debx;