Home
last modified time | relevance | path

Searched refs:HPTS_USEC_TO_SLOTS (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h49 #define HPTS_USEC_TO_SLOTS(x) ((x+9) /10) macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c916 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(slot), in bbr_start_hpts_timer()
923 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(hpts_timeout), in bbr_start_hpts_timer()
5230 tcp_hpts_insert(tp->t_inpcb, HPTS_USEC_TO_SLOTS(left)); in bbr_process_timers()
H A Drack.c4938 (void)tcp_hpts_insert_diag(tp->t_inpcb, HPTS_USEC_TO_SLOTS(slot), in rack_start_hpts_timer()