Searched refs:tcp_set_new_cc (Results 1 – 1 of 1) sorted by relevance
340 static void tcp_set_new_cc(struct socket *so, uint8_t cc_index);7408 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_background_cc()7416 tcp_set_new_cc(so, TCP_CC_ALGO_NEWRENO_INDEX); in tcp_set_foreground_cc()7420 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_foreground_cc()7426 tcp_set_new_cc(so, TCP_CC_ALGO_PRAGUE_INDEX); in tcp_set_foreground_cc()7428 tcp_set_new_cc(so, TCP_CC_ALGO_CUBIC_INDEX); in tcp_set_foreground_cc()7434 tcp_set_new_cc(struct socket *so, uint8_t cc_index) in tcp_set_new_cc() function