Searched refs:cubic_W_max (Results 1 – 2 of 2) sorted by relevance
112 if (tp->snd_cwnd < tp->t_ccstate->cubic_W_max) { in cubic_target()119 K = ((float)(tp->t_ccstate->cubic_W_max - tp->snd_cwnd)) / cubic_c_factor / tp->t_maxseg; in cubic_target()122 tp->t_ccstate->cubic_origin_point = tp->t_ccstate->cubic_W_max; in cubic_target()125 tp->t_ccstate->cubic_origin_point = tp->t_ccstate->cubic_W_max = tp->snd_cwnd; in cubic_target()182 if (tp->t_ccstate->reno_cwnd < tp->t_ccstate->cubic_W_max) { in reno_friendly_win()306 if (win < tp->t_ccstate->cubic_W_max) { in tcp_prague_pre_fr()307 tp->t_ccstate->cubic_W_max = (uint32_t)((float)win * cubic_fast_convergence_factor); in tcp_prague_pre_fr()309 tp->t_ccstate->cubic_W_max = win; in tcp_prague_pre_fr()600 tp->t_ccstate->cubic_W_max = 0; in tcp_prague_clear_state()652 tp->t_ccstate->cubic_W_max = tp->snd_ssthresh; in tcp_prague_cwnd_init_or_reset()
326 #define cubic_W_max __u__._prague_state_.cubic_state.tc_last_max macro