Searched refs:cubic_W_max (Results 1 – 2 of 2) sorted by relevance
106 if (tp->snd_cwnd < tp->t_ccstate->cubic_W_max) { in cubic_target()113 K = ((float)(tp->t_ccstate->cubic_W_max - tp->snd_cwnd)) / cubic_c_factor / tp->t_maxseg; in cubic_target()116 tp->t_ccstate->cubic_origin_point = tp->t_ccstate->cubic_W_max; in cubic_target()119 tp->t_ccstate->cubic_origin_point = tp->t_ccstate->cubic_W_max = tp->snd_cwnd; in cubic_target()176 if (tp->t_ccstate->reno_cwnd < tp->t_ccstate->cubic_W_max) { in reno_friendly_win()300 if (win < tp->t_ccstate->cubic_W_max) { in tcp_prague_pre_fr()301 tp->t_ccstate->cubic_W_max = (uint32_t)((float)win * cubic_fast_convergence_factor); in tcp_prague_pre_fr()303 tp->t_ccstate->cubic_W_max = win; in tcp_prague_pre_fr()569 tp->t_ccstate->cubic_W_max = 0; in tcp_prague_clear_state()621 tp->t_ccstate->cubic_W_max = tp->snd_ssthresh; in tcp_prague_cwnd_init_or_reset()
365 #define cubic_W_max __u__._prague_state_.cubic_state.tc_last_max macro