Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cubic.c156 if (tp->t_ccstate->cub_epoch_start == 0) { in tcp_cubic_update()
162 tp->t_ccstate->cub_epoch_start = tcp_globals_now(globals); in tcp_cubic_update()
163 if (tp->t_ccstate->cub_epoch_start == 0) { in tcp_cubic_update()
164 tp->t_ccstate->cub_epoch_start = 1; in tcp_cubic_update()
192 elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cub_epoch_start, 0); in tcp_cubic_update()
396 tp->t_ccstate->cub_epoch_start = 0; in tcp_cubic_pre_fr()
603 tp->t_ccstate->cub_epoch_start = 0; in tcp_cubic_clear_state()
H A Dtcp_var.h283 #define cub_epoch_start __u__._cubic_state_.tc_epoch_start macro