Home
last modified time | relevance | path

Searched refs:tcp_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/usr.sbin/trpt/
H A Dtrpt.c170 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) != in main()
171 sizeof(tcp_debug)) in main()
181 struct tcp_debug *td = &tcp_debug[i]; in main()
223 struct tcp_debug *td; in dotrace()
231 td = &tcp_debug[i]; in dotrace()
258 td = &tcp_debug[i]; in dotrace()
295 if (read(memf, (char *)tcp_debug, sizeof(tcp_debug)) != in dotrace()
296 sizeof(tcp_debug)) in dotrace()
/freebsd-13.1/sys/netinet/
H A Dtcp_debug.h38 struct tcp_debug { struct
78 struct tcp_debug tcp_debug[TCP_NDEBUG]; argument
H A Dtcp_debug.c83 static struct tcp_debug tcp_debug[TCP_NDEBUG]; variable
107 struct tcp_debug *td; in tcp_trace()
110 td = &tcp_debug[tcp_debx++]; in tcp_trace()
/freebsd-13.1/sys/conf/
H A Dfiles4416 netinet/tcp_debug.c optional tcpdebug