Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/trpt/
H A Dtrpt.c154 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 …]
/dflybsd-src/sys/netinet/
H A Dtcp_debug.c70 static int tcp_debx; variable
84 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()
H A Dtcp_debug.h93 int tcp_debx; variable