Searched refs:cc_index (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c366 static void tcp_set_new_cc(struct socket *so, uint16_t cc_index);
4827 tcp_set_new_cc(struct socket *so, uint16_t cc_index) argument
4832 if (tp->tcp_cc_index != cc_index) {
4838 tp->tcp_cc_index = cc_index;

Completed in 24 milliseconds