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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c146 tp->t_ccstate->cub_last_max = tp->snd_ssthresh;
164 VERIFY(tp->t_ccstate->cub_last_max > 0);
175 if (win < tp->t_ccstate->cub_last_max) {
184 K = (tp->t_ccstate->cub_last_max - win)
190 tp->t_ccstate->cub_last_max;
355 * cub_last_max.
364 if (win < tp->t_ccstate->cub_last_max &&
366 tp->t_ccstate->cub_last_max = win *
369 tp->t_ccstate->cub_last_max = win;
371 if (tp->t_ccstate->cub_last_max
[all...]
H A Dtcp_cc.c237 tp->t_ccstate->cub_last_max;
H A Dtcp_var.h219 #define cub_last_max __u__._cubic_state_.tc_last_max macro

Completed in 17 milliseconds