Searched refs:tcp_set_new_cc (Results 1 – 1 of 1) sorted by relevance
341 static void tcp_set_new_cc(struct socket *so, uint8_t cc_index);6987 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_background_cc()6995 tcp_set_new_cc(so, TCP_CC_ALGO_NEWRENO_INDEX); in tcp_set_foreground_cc()6999 tcp_set_new_cc(so, TCP_CC_ALGO_BACKGROUND_INDEX); in tcp_set_foreground_cc()7002 tcp_set_new_cc(so, TCP_CC_ALGO_CUBIC_INDEX); in tcp_set_foreground_cc()7007 tcp_set_new_cc(struct socket *so, uint8_t cc_index) in tcp_set_new_cc() function