Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_sysctls.c108 int tcp_cc_debug; variable
110 &tcp_cc_debug, 0, "Enable debug data collection");
H A Dtcp_sysctls.h53 extern int tcp_cc_debug;
H A Dtcp_ccdbg.c89 if (tcp_cc_debug && tcp_ccdbg_unit > 0) { in tcp_ccdbg_trace()