Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.c49 extern struct tcp_cc_algo tcp_cc_newreno;
54 extern struct tcp_cc_algo tcp_cc_ledbat;
69 extern struct tcp_cc_algo tcp_cc_cubic;
90 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];
103 static struct tcp_cc_algo tcp_cc_algo_none;
H A Dtcp_cc.h176 struct tcp_cc_algo { struct
223 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT]; argument
H A Dtcp_newreno.c96 struct tcp_cc_algo tcp_cc_newreno = {
H A Dtcp_ledbat.c75 struct tcp_cc_algo tcp_cc_ledbat = {
H A Dtcp_cubic.c70 struct tcp_cc_algo tcp_cc_cubic = {