Home
last modified time | relevance | path

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

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