Searched refs:cc_alg_index (Results 1 – 2 of 2) sorted by relevance
470 u_int32_t cc_alg_index; member528 u_int32_t cc_alg_index; member
6957 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_nexus_tcp_netstats() local6958 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_nexus_tcp_netstats()6959 …c_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_algo_list[cc_al… in necp_request_nexus_tcp_netstats()7162 u_int32_t cc_alg_index = flow_stats.transport.tcp_stats.tcp_cc_algo; in necp_request_aop_tcp_netstats() local7163 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_aop_tcp_netstats()7164 …c_algo, sizeof(desc->cc_algo), tcp_cc_algo_list[cc_alg_index]->name, sizeof(tcp_cc_algo_list[cc_al… in necp_request_aop_tcp_netstats()7548 u_int32_t cc_alg_index = quicstats->necp_quic_extra.cc_alg_index; in necp_request_quic_netstats() local7549 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_quic_netstats()7550 …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()