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

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dtcp_input.c364 static void tcp_set_new_cc(struct socket *so, uint16_t cc_index);
5423 tcp_set_new_cc(struct socket *so, uint16_t cc_index) argument
5428 if (tp->tcp_cc_index != cc_index) {
5434 tp->tcp_cc_index = cc_index;

Completed in 212 milliseconds