Searched refs:cub_avg_lastmax (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c384 if (tp->t_ccstate->cub_avg_lastmax == 0) {
385 tp->t_ccstate->cub_avg_lastmax = tp->t_ccstate->cub_last_max;
391 avg = tp->t_ccstate->cub_avg_lastmax;
393 tp->t_ccstate->cub_avg_lastmax =
398 dev = tp->t_ccstate->cub_avg_lastmax - tp->t_ccstate->cub_last_max;
H A Dtcp_cc.c243 tp->t_ccstate->cub_avg_lastmax;
H A Dtcp_var.h226 #define cub_avg_lastmax __u__._cubic_state_.tc_avg_lastmax macro

Completed in 20 milliseconds