Home
last modified time | relevance | path

Searched refs:cc_alg_index (Results 1 – 2 of 2) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dnecp.h438 u_int32_t cc_alg_index; member
495 u_int32_t cc_alg_index; member
H A Dnecp_client.c6506 u_int32_t cc_alg_index = tcpstats->necp_tcp_extra.cc_alg_index; in necp_request_tcp_netstats() local
6507 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_tcp_netstats()
6508 strlcpy(desc->cc_algo, tcp_cc_algo_list[cc_alg_index]->name, sizeof(desc->cc_algo)); in necp_request_tcp_netstats()
6801 u_int32_t cc_alg_index = quicstats->necp_quic_extra.cc_alg_index; in necp_request_quic_netstats() local
6802 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_quic_netstats()
6803 strlcpy(desc->cc_algo, tcp_cc_algo_list[cc_alg_index]->name, sizeof(desc->cc_algo)); in necp_request_quic_netstats()