Searched refs:tcp_cc (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_seq.h115 extern tcp_cc tcp_ccgen; /* global connection count */
H A Dtcp_var.h352 tcp_cc cc_send; /* send connection count */
353 tcp_cc cc_recv; /* receive connection count */
607 tcp_cc tao_cc; /* latest CC in valid SYN */
608 tcp_cc tao_ccsent; /* latest CC sent to peer */
761 tcp_cc cc_send; /* send connection count */
762 tcp_cc cc_recv; /* receive connection count */
1050 tcp_cc cc_send; /* send connection count */
1051 tcp_cc cc_recv; /* receive connection count */
1132 tcp_cc cc_send; /* send connection count */
1133 tcp_cc cc_rec
[all...]
H A Dtcp.h72 typedef __uint32_t tcp_cc; /* connection count per rfc1644 */ typedef
H A Dtcp_newreno.c83 #include <netinet/tcp_cc.h>
H A Dtcp_cc.c41 #include <netinet/tcp_cc.h>
151 log(LOG_ERR, "failed to register tcp_cc debug control");
189 "failed to disconnect tcp_cc debug control");
H A Dtcp_ledbat.c49 #include <netinet/tcp_cc.h>
H A Dtcp_cubic.c50 #include <netinet/tcp_cc.h>
H A Din_tclass.c57 #include <netinet/tcp_cc.h>
H A Dtcp_timer.c96 #include <netinet/tcp_cc.h>
H A Dtcp_input.c114 #include <netinet/tcp_cc.h>
152 tcp_cc tcp_ccgen;
H A Dtcp_output.c109 #include <netinet/tcp_cc.h>
H A Dtcp_subr.c119 #include <netinet/tcp_cc.h>
/macosx-10.10/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dtcp.d232 string tcp_cc; /* TCP congestion control event, as a string */
237 tcp_cc = I ?
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dbsd_init.c166 #include <netinet/tcp_cc.h> /* for tcp_cc_init() */
/macosx-10.10/xnu-2782.1.97/bsd/conf/
H A Dfiles297 bsd/netinet/tcp_cc.c optional inet
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dntstat.c61 #include <netinet/tcp_cc.h>

Completed in 271 milliseconds