Home
last modified time | relevance | path

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

/xnu-8792.41.9/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;
52 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];
54 static struct tcp_cc_algo tcp_cc_algo_none;
H A Dtcp_sysctls.c108 extern struct tcp_cc_algo tcp_cc_newreno;
113 extern struct tcp_cc_algo tcp_cc_ledbat;
128 extern struct tcp_cc_algo tcp_cc_cubic;
H A Dtcp_cc.h176 struct tcp_cc_algo { struct
221 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 = {