Searched refs:timer_diff (Results 1 – 6 of 6) sorted by relevance
| /xnu-12377.81.4/bsd/netinet/ |
| H A D | tcp_timer.c | 534 timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2) in timer_diff() function 1912 diff = timer_diff(listp->runtime, 0, runtime, 0); in need_to_resched_timerlist() 2018 diff = timer_diff(tp->tentry.te_runtime, 0, tcp_now, 0); in tcp_run_conn_timer() 2042 diff = timer_diff(tp->tentry.te_timer_start, in tcp_run_conn_timer() 2169 offset = timer_diff(runtime, 0, tcp_now, 0); in tcp_run_timerlist() 2318 offset = timer_diff(te->te_runtime, 0, tcp_now, 0); in tcp_sched_timers() 2383 diff = timer_diff(listp->runtime, 0, in tcp_sched_timers() 2758 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_interface_send_probe() 2804 diff = timer_diff(tp->tentry.te_runtime, 0, in tcp_enable_read_probe() 2897 diff = timer_diff(listp->runtime, 0, tcp_now, offset); in tcp_probe_connectivity()
|
| H A D | tcp_cubic.c | 185 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 | 130 …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 | 379 rext = timer_diff(tcp_now, 0, s->rxmit_start, 0); in tcp_sack_detect_reordering()
|
| H A D | tcp_var.h | 1907 extern int32_t timer_diff(uint32_t t1, uint32_t toff1, uint32_t t2, uint32_t toff2);
|
| H A D | tcp_input.c | 471 diff = timer_diff(now, 0, tp->t_challengeack_last, 0); in tcp_is_ack_ratelimited()
|