Searched refs:tcp_cc_index (Results 1 – 9 of 9) sorted by relevance
216 if ((tp->tcp_cc_index == TCP_CC_ALGO_CUBIC_INDEX || in tcp_cc_allocate_state()217 tp->tcp_cc_index == TCP_CC_ALGO_PRAGUE_INDEX || in tcp_cc_allocate_state()218 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()
230 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
1134 u_char old_cc = tp->tcp_cc_index; in set_tcp_stream_priority()1235 if (old_cc != tp->tcp_cc_index || recvbg != IS_TCP_RECV_BG(so)) { in set_tcp_stream_priority()1240 (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) ? in set_tcp_stream_priority()
1158 tp->tcp_cc_index = TCP_CC_ALGO_NEWRENO_INDEX; in tcp_newtcpcb()1162 tp->tcp_cc_index = TCP_CC_ALGO_BACKGROUND_INDEX; in tcp_newtcpcb()1166 tp->tcp_cc_index = TCP_CC_ALGO_PRAGUE_INDEX; in tcp_newtcpcb()1168 tp->tcp_cc_index = TCP_CC_ALGO_CUBIC_INDEX; in tcp_newtcpcb()1730 tp->tcp_cc_index = TCP_CC_ALGO_NONE; in tcp_close()
779 ((tp->tcp_cc_index != TCP_CC_ALGO_CUBIC_INDEX && in tcp_output()780 tp->tcp_cc_index != TCP_CC_ALGO_PRAGUE_INDEX) || in tcp_output()1292 if (tp->tcp_cc_index == TCP_CC_ALGO_PRAGUE_INDEX && in tcp_output()
490 u_int8_t tcp_cc_index; /* index of congestion control algorithm */ member
1892 if (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) { in tcp_fill_info()
7439 if (tp->tcp_cc_index != cc_index) { in tcp_set_new_cc()7443 tp->tcp_cc_index = cc_index; in tcp_set_new_cc()