Searched refs:tcp_cc_index (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_cc.h121 #define CC_ALGO(tp) (tcp_cc_algo_list[tp->tcp_cc_index])
H A Din_tclass.c780 int old_cc = tp->tcp_cc_index;
810 if (old_cc != tp->tcp_cc_index || recvbg != IS_TCP_RECV_BG(so)) {
814 (tp->tcp_cc_index == TCP_CC_ALGO_BACKGROUND_INDEX) ?
H A Dtcp_var.h293 u_int16_t tcp_cc_index; /* index of congestion control algorithm */ member in struct:tcpcb
H A Dtcp_input.c4832 if (tp->tcp_cc_index != cc_index) {
4834 old_cc_index = tp->tcp_cc_index;
4838 tp->tcp_cc_index = cc_index;
H A Dtcp_subr.c872 tp->tcp_cc_index = TCP_CC_ALGO_NEWRENO_INDEX;

Completed in 86 milliseconds