Searched refs:tcp_cc_algo_list (Results 1 – 3 of 3) sorted by relevance
52 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT]; variable62 bzero(&tcp_cc_algo_list, sizeof(tcp_cc_algo_list)); in tcp_cc_init()65 tcp_cc_algo_list[TCP_CC_ALGO_NONE] = &tcp_cc_algo_none; in tcp_cc_init()66 tcp_cc_algo_list[TCP_CC_ALGO_NEWRENO_INDEX] = &tcp_cc_newreno; in tcp_cc_init()67 tcp_cc_algo_list[TCP_CC_ALGO_BACKGROUND_INDEX] = &tcp_cc_ledbat; in tcp_cc_init()68 tcp_cc_algo_list[TCP_CC_ALGO_CUBIC_INDEX] = &tcp_cc_cubic; in tcp_cc_init()
221 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];223 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
6324 strlcpy(desc->cc_algo, tcp_cc_algo_list[cc_alg_index]->name, sizeof(desc->cc_algo)); in necp_request_tcp_netstats()6601 strlcpy(desc->cc_algo, tcp_cc_algo_list[cc_alg_index]->name, sizeof(desc->cc_algo)); in necp_request_quic_netstats()