Home
last modified time | relevance | path

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

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