Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cubic.c440 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()
H A Dtcp_ccdbg.c130 tp->t_ccstate->cub_avg_lastmax; in tcp_ccdbg_trace()
H A Dtcp_var.h288 #define cub_avg_lastmax __u__._cubic_state_.tc_avg_lastmax macro