Home
last modified time | relevance | path

Searched refs:reno_cwnd (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_prague.c159 if (tp->t_ccstate->reno_cwnd == 0) { in reno_friendly_win()
164 tp->t_ccstate->reno_cwnd = tp->snd_cwnd; in reno_friendly_win()
182 if (tp->t_ccstate->reno_cwnd < tp->t_ccstate->cubic_W_max) { in reno_friendly_win()
188 tp->t_ccstate->reno_cwnd += (uint32_t)(tp->t_maxseg * alpha_aimd); in reno_friendly_win()
191 return tp->t_ccstate->reno_cwnd; in reno_friendly_win()
337 tp->t_ccstate->reno_cwnd = 0; in tcp_prague_post_fr()
H A Dtcp_var.h328 #define reno_cwnd __u__._prague_state_.cubic_state.tc_tcp_win macro