Searched refs:tcp_cc_algo_list (Results 1 – 3 of 3) sorted by relevance
53 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT]; variable63 bzero(&tcp_cc_algo_list, sizeof(tcp_cc_algo_list)); in tcp_cc_init()66 tcp_cc_algo_list[TCP_CC_ALGO_NONE] = &tcp_cc_algo_none; in tcp_cc_init()67 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()68 tcp_cc_algo_list[TCP_CC_ALGO_BACKGROUND_INDEX] = &tcp_cc_ledbat; in tcp_cc_init()69 tcp_cc_algo_list[TCP_CC_ALGO_CUBIC_INDEX] = &tcp_cc_cubic; in tcp_cc_init()70 tcp_cc_algo_list[TCP_CC_ALGO_PRAGUE_INDEX] = &tcp_cc_prague; in tcp_cc_init()
228 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];230 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
6647 …rbufcpy(desc->cc_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_… in necp_request_tcp_netstats()6944 …rbufcpy(desc->cc_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_… in necp_request_quic_netstats()