Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_debug.c84 static int tcp_debx; variable
110 td = &tcp_debug[tcp_debx++]; in tcp_trace()
111 if (tcp_debx == TCP_NDEBUG) in tcp_trace()
112 tcp_debx = 0; in tcp_trace()
H A Dtcp_debug.h79 int tcp_debx; variable