Home
last modified time | relevance | path

Searched refs:cur_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
5627 cur_delay = bbr_get_pacing_delay(bbr, BBR_UNIT, 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()
5654 seg_sz = max(((cur_delay + rlp->time_between)/rlp->time_between), in bbr_adjust_for_hw_pacing()