Searched refs:timer_diff (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/bsd/netinet/ |
| H A D | tcp_timer.c | 537 timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2) in timer_diff() function 1947 diff = timer_diff(listp->runtime, 0, runtime, 0); in need_to_resched_timerlist() 2053 diff = timer_diff(tp->tentry.runtime, 0, tcp_now, 0); in tcp_run_conn_timer() 2077 diff = timer_diff(tp->tentry.timer_start, in tcp_run_conn_timer() 2187 offset = timer_diff(runtime, 0, tcp_now, 0); in tcp_run_timerlist() 2335 offset = timer_diff(te->runtime, 0, tcp_now, 0); in tcp_sched_timers() 2391 diff = timer_diff(listp->runtime, 0, in tcp_sched_timers() 2767 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_interface_send_probe() 2813 diff = timer_diff(tp->tentry.runtime, 0, in tcp_enable_read_probe() 2906 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_probe_connectivity()
|
| H A D | tcp_cc.c | 242 tdiff = timer_diff(tcp_globals_now(globals), 0, tp->rcv_nostrack_ts, 0); in tcp_cc_after_idle_stretchack()
|
| H A D | tcp_cubic.c | 192 elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cub_epoch_start, 0); in tcp_cubic_update()
|
| H A D | tcp_prague.c | 136 …uint32_t elapsed_time = timer_diff(tcp_globals_now(globals), 0, tp->t_ccstate->cubic_epoch_start, … in cubic_target()
|
| H A D | tcp_sack.c | 390 rext = timer_diff(tcp_now, 0, s->rxmit_start, 0); in tcp_sack_detect_reordering()
|
| H A D | tcp_var.h | 1845 extern int32_t timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2);
|
| H A D | tcp_input.c | 493 diff = timer_diff(now, 0, tp->t_challengeack_last, 0); in tcp_is_ack_ratelimited()
|