Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cc.c216 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()
H A Dtcp_ccdbg.c122 dbg_state.ccd_cc_index = tp->tcp_cc_index; in tcp_ccdbg_trace()
123 switch (tp->tcp_cc_index) { in tcp_ccdbg_trace()
H A Dtcp_cc.h230 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
H A Din_tclass.c1134 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()
H A Dtcp_subr.c1158 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()
H A Dtcp_output.c779 ((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()
H A Dtcp_var.h490 u_int8_t tcp_cc_index; /* index of congestion control algorithm */ member
H A Dtcp_usrreq.c1892 if (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) { in tcp_fill_info()
H A Dtcp_input.c7439 if (tp->tcp_cc_index != cc_index) { in tcp_set_new_cc()
7443 tp->tcp_cc_index = cc_index; in tcp_set_new_cc()