Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c5602 uint32_t cur_delay, seg_sz, maxseg, new_tso, delta, hdwr_delay; in bbr_adjust_for_hw_pacing() local
5629 hdwr_delay = bbr->r_ctl.rc_pace_max_segs / maxseg; in bbr_adjust_for_hw_pacing()
5630 hdwr_delay *= rlp->time_between; in bbr_adjust_for_hw_pacing()
5631 if (cur_delay > hdwr_delay) in bbr_adjust_for_hw_pacing()
5632 delta = cur_delay - hdwr_delay; in bbr_adjust_for_hw_pacing()
5635 bbr_log_type_tsosize(bbr, cts, delta, cur_delay, hdwr_delay, in bbr_adjust_for_hw_pacing()