Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_cc.c207 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()
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.h231 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
H A Din_tclass.c1082 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()
H A Dtcp_output.c1013 ((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()
H A Dtcp_subr.c1344 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()
H A Dtcp_var.h530 uint8_t tcp_cc_index; /* index of congestion control algorithm */ member
H A Dtcp_usrreq.c1893 if (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) { in tcp_fill_info()
H A Dtcp_input.c7636 if (tp->tcp_cc_index != cc_index) { in tcp_set_new_cc()
7640 tp->tcp_cc_index = cc_index; in tcp_set_new_cc()