Home
last modified time | relevance | path

Searched refs:TCP_CC_ALGO_COUNT (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cc.h113 #define TCP_CC_ALGO_COUNT 5 /* Count of CC algorithms */ macro
228 extern struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];
H A Dtcp_cc.c53 struct tcp_cc_algo* tcp_cc_algo_list[TCP_CC_ALGO_COUNT];
/xnu-11215.1.10/bsd/net/
H A Dnecp_client.c6646 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_tcp_netstats()
6941 if (cc_alg_index < TCP_CC_ALGO_COUNT) { in necp_request_quic_netstats()