Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_prague.c102 if (tp->t_ccstate->cubic_epoch_start == 0) { in cubic_target()
108 tp->t_ccstate->cubic_epoch_start = tcp_globals_now(globals); in cubic_target()
109 if (tp->t_ccstate->cubic_epoch_start == 0) { in cubic_target()
110 tp->t_ccstate->cubic_epoch_start = 1; in cubic_target()
136 …uint32_t elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cubic_epoch_start, … in cubic_target()
287 tp->t_ccstate->cubic_epoch_start = 0; in tcp_prague_pre_fr()
598 tp->t_ccstate->cubic_epoch_start = 0; in tcp_prague_clear_state()
H A Dtcp_var.h324 #define cubic_epoch_start __u__._prague_state_.cubic_state.tc_epoch_start macro