Searched refs:reno_cwnd (Results 1 – 2 of 2) sorted by relevance
159 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()
328 #define reno_cwnd __u__._prague_state_.cubic_state.tc_tcp_win macro