Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cc.c227 dbg_state.ccd_cc_index = tp->tcp_cc_index; in tcp_ccdbg_trace()
228 switch (tp->tcp_cc_index) { in tcp_ccdbg_trace()
396 if ((tp->tcp_cc_index == TCP_CC_ALGO_CUBIC_INDEX || in tcp_cc_allocate_state()
397 tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) && in tcp_cc_allocate_state()
407 tp->tcp_cc_index = TCP_CC_ALGO_NEWRENO_INDEX; in tcp_cc_allocate_state()
H A Dtcp_cc.h225 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
H A Din_tclass.c1124 u_char old_cc = tp->tcp_cc_index; in set_tcp_stream_priority()
1225 if (old_cc != tp->tcp_cc_index || recvbg != IS_TCP_RECV_BG(so)) { in set_tcp_stream_priority()
1230 (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) ? in set_tcp_stream_priority()
H A Dtcp_subr.c1120 tp->tcp_cc_index = TCP_CC_ALGO_NEWRENO_INDEX; in tcp_newtcpcb()
1124 tp->tcp_cc_index = TCP_CC_ALGO_BACKGROUND_INDEX; in tcp_newtcpcb()
1127 tp->tcp_cc_index = TCP_CC_ALGO_CUBIC_INDEX; in tcp_newtcpcb()
1670 tp->tcp_cc_index = TCP_CC_ALGO_NONE; in tcp_close()
H A Dtcp_var.h383 u_int8_t tcp_cc_index; /* index of congestion control algorithm */ member
H A Dtcp_output.c634 (tp->tcp_cc_index != TCP_CC_ALGO_CUBIC_INDEX || in tcp_output()
H A Dtcp_input.c6716 if (tp->tcp_cc_index != cc_index) { in tcp_set_new_cc()
6720 tp->tcp_cc_index = cc_index; in tcp_set_new_cc()
H A Dtcp_usrreq.c1797 if (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) { in tcp_fill_info()