Home
last modified time | relevance | path

Searched refs:tcp_cc_algo (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cc.c43 extern struct tcp_cc_algo tcp_cc_newreno;
44 extern struct tcp_cc_algo tcp_cc_ledbat;
45 extern struct tcp_cc_algo tcp_cc_cubic;
46 extern struct tcp_cc_algo tcp_cc_prague;
53 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];
55 static struct tcp_cc_algo tcp_cc_algo_none;
H A Dtcp_sysctls.c110 extern struct tcp_cc_algo tcp_cc_newreno;
115 extern struct tcp_cc_algo tcp_cc_ledbat;
130 extern struct tcp_cc_algo tcp_cc_cubic;
H A Dtcp_cc.h177 struct tcp_cc_algo { struct
228 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT]; argument
H A Dtcp_newreno.c89 struct tcp_cc_algo tcp_cc_newreno = {
H A Dtcp_ledbat.c66 struct tcp_cc_algo tcp_cc_ledbat = {
H A Dtcp_cubic.c56 struct tcp_cc_algo tcp_cc_cubic = {
H A Dtcp_prague.c50 struct tcp_cc_algo tcp_cc_prague = {