Searched refs:cc_alg_index (Results 1 – 2 of 2) sorted by relevance
468 u_int32_t cc_alg_index; member525 u_int32_t cc_alg_index; member
6657 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_tcp_netstats() local6658 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_tcp_netstats()6659 …c_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_algo_list[cc_al… in necp_request_tcp_netstats()6954 u_int32_t cc_alg_index = quicstats->necp_quic_extra.cc_alg_index; in necp_request_quic_netstats() local6955 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_quic_netstats()6956 …c_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_algo_list[cc_al… in necp_request_quic_netstats()