Searched refs:tcp_cc_index (Results 1 – 9 of 9) sorted by relevance
207 if ((tp->tcp_cc_index == TCP_CC_ALGO_CUBIC_INDEX || in tcp_cc_allocate_state()208 tp->tcp_cc_index == TCP_CC_ALGO_PRAGUE_INDEX || in tcp_cc_allocate_state()209 tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) && in tcp_cc_allocate_state()
122 dbg_state.ccd_cc_index = tp->tcp_cc_index; in tcp_ccdbg_trace()123 switch (tp->tcp_cc_index) { in tcp_ccdbg_trace()
231 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
1082 u_char old_cc = tp->tcp_cc_index; in set_tcp_stream_priority()1183 if (old_cc != tp->tcp_cc_index || recvbg != IS_TCP_RECV_BG(so)) { in set_tcp_stream_priority()1188 (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) ? in set_tcp_stream_priority()
1013 ((tp->tcp_cc_index != TCP_CC_ALGO_CUBIC_INDEX && in tcp_output()1014 tp->tcp_cc_index != TCP_CC_ALGO_PRAGUE_INDEX) || in tcp_output()1528 if ((tp->tcp_cc_index == TCP_CC_ALGO_PRAGUE_INDEX || inp->inp_max_pacing_rate != UINT64_MAX) && in tcp_output()2088 if (tp->l4s_enabled && tp->tcp_cc_index == TCP_CC_ALGO_CUBIC_INDEX) { in tcp_output()
1344 tp->tcp_cc_index = TCP_CC_ALGO_NEWRENO_INDEX; in tcp_newtcpcb()1348 tp->tcp_cc_index = TCP_CC_ALGO_BACKGROUND_INDEX; in tcp_newtcpcb()1354 tp->tcp_cc_index = TCP_CC_ALGO_PRAGUE_INDEX; in tcp_newtcpcb()1356 tp->tcp_cc_index = TCP_CC_ALGO_CUBIC_INDEX; in tcp_newtcpcb()1988 tp->tcp_cc_index = TCP_CC_ALGO_NONE; in tcp_close()
530 uint8_t tcp_cc_index; /* index of congestion control algorithm */ member
1893 if (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) { in tcp_fill_info()
7636 if (tp->tcp_cc_index != cc_index) { in tcp_set_new_cc()7640 tp->tcp_cc_index = cc_index; in tcp_set_new_cc()