Searched refs:cub_avg_lastmax (Results 1 – 3 of 3) sorted by relevance
440 if (tp->t_ccstate->cub_avg_lastmax == 0) { in tcp_cubic_pre_fr()441 tp->t_ccstate->cub_avg_lastmax = tp->t_ccstate->cub_last_max; in tcp_cubic_pre_fr()447 avg = tp->t_ccstate->cub_avg_lastmax; in tcp_cubic_pre_fr()449 tp->t_ccstate->cub_avg_lastmax = in tcp_cubic_pre_fr()454 dev = tp->t_ccstate->cub_avg_lastmax - tp->t_ccstate->cub_last_max; in tcp_cubic_pre_fr()
130 tp->t_ccstate->cub_avg_lastmax; in tcp_ccdbg_trace()
288 #define cub_avg_lastmax __u__._cubic_state_.tc_avg_lastmax macro