Searched refs:cub_epoch_start (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_cubic.c166 if (tp->t_ccstate->cub_epoch_start == 0) {
172 tp->t_ccstate->cub_epoch_start = tcp_now;
173 if (tp->t_ccstate->cub_epoch_start == 0)
174 tp->t_ccstate->cub_epoch_start = 1;
204 tp->t_ccstate->cub_epoch_start, 0);
347 tp->t_ccstate->cub_epoch_start = 0;
489 tp->t_ccstate->cub_epoch_start = 0;
H A Dtcp_var.h220 #define cub_epoch_start __u__._cubic_state_.tc_epoch_start macro

Completed in 32 milliseconds