Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_input.c340 static void tcp_set_new_cc(struct socket *so, uint8_t cc_index);
7341 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_background_cc()
7349 tcp_set_new_cc(so, TCP_CC_ALGO_NEWRENO_INDEX); in tcp_set_foreground_cc()
7353 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_foreground_cc()
7359 tcp_set_new_cc(so, TCP_CC_ALGO_PRAGUE_INDEX); in tcp_set_foreground_cc()
7361 tcp_set_new_cc(so, TCP_CC_ALGO_CUBIC_INDEX); in tcp_set_foreground_cc()
7367 tcp_set_new_cc(struct socket *so, uint8_t cc_index) in tcp_set_new_cc() function