Home
last modified time | relevance | path

Searched refs:tcp_globals_now (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_rledbat.c241 tcp_globals_now(globals) >= tp->t_rlstate.slowdown_ts) { in tcp_rledbat_data_rcvd()
243 tp->t_rlstate.slowdown_begin = tcp_globals_now(globals); in tcp_rledbat_data_rcvd()
246 if (tcp_globals_now(globals) < tp->t_rlstate.slowdown_ts + (2 * srtt)) { in tcp_rledbat_data_rcvd()
271 if (tcp_globals_now(globals) < tp->t_rlstate.reduction_end) { in tcp_rledbat_data_rcvd()
289 tp->t_rlstate.reduction_end = tcp_globals_now(globals) + 2 * srtt; in tcp_rledbat_data_rcvd()
293 tp->t_rlstate.slowdown_ts = tcp_globals_now(globals) + in tcp_rledbat_data_rcvd()
339 rledbat_congestion_avd(tp, segment_len, base_rtt, curr_rtt, tcp_globals_now(globals)); in tcp_rledbat_data_rcvd()
H A Dtcp_ledbat.c322 tcp_globals_now(globals) >= tp->t_ccstate->ledbat_slowdown_ts) { in ledbat_pp_ack_rcvd()
324 tp->t_ccstate->ledbat_slowdown_begin = tcp_globals_now(globals); in ledbat_pp_ack_rcvd()
327 if (tcp_globals_now(globals) < tp->t_ccstate->ledbat_slowdown_ts + in ledbat_pp_ack_rcvd()
372 ledbat_pp_congestion_avd(tp, bytes_acked, base_rtt, curr_rtt, tcp_globals_now(globals)); in ledbat_pp_ack_rcvd()
H A Dtcp_utils.h45 tcp_globals_now(struct tcp_globals *globals) in tcp_globals_now() function
H A Dtcp_cubic.c159 tp->t_ccstate->cub_epoch_start = tcp_globals_now(globals); in tcp_cubic_update()
185 elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cub_epoch_start, 0); in tcp_cubic_update()
H A Dtcp_prague.c102 tp->t_ccstate->cubic_epoch_start = tcp_globals_now(globals); in cubic_target()
130 …uint32_t elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cubic_epoch_start, … in cubic_target()