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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_seq.h115 extern tcp_cc tcp_ccgen; /* global connection count */
H A Dtcp_var.h299 tcp_cc cc_send; /* send connection count */
300 tcp_cc cc_recv; /* receive connection count */
455 tcp_cc tao_cc; /* latest CC in valid SYN */
456 tcp_cc tao_ccsent; /* latest CC sent to peer */
609 tcp_cc cc_send; /* send connection count */
610 tcp_cc cc_recv; /* receive connection count */
845 tcp_cc cc_send; /* send connection count */
846 tcp_cc cc_recv; /* receive connection count */
928 tcp_cc cc_send; /* send connection count */
929 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_ledbat.c49 #include <netinet/tcp_cc.h>
H A Din_tclass.c57 #include <netinet/tcp_cc.h>
H A Dtcp_timer.c95 #include <netinet/tcp_cc.h>
H A Dtcp_output.c108 #include <netinet/tcp_cc.h>
H A Dtcp_input.c113 #include <netinet/tcp_cc.h>
146 tcp_cc tcp_ccgen;
H A Dtcp_subr.c116 #include <netinet/tcp_cc.h>

Completed in 2788 milliseconds