Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4278 uint32_t alt_thresh; in rack_calc_thresh_tlp() local
4283 alt_thresh = srtt + (srtt / 2) + rack_delayed_ack_time; in rack_calc_thresh_tlp()
4284 if (alt_thresh > thresh) in rack_calc_thresh_tlp()
4285 thresh = alt_thresh; in rack_calc_thresh_tlp()
4310 uint32_t alt_thresh; in rack_calc_thresh_tlp() local
4313 alt_thresh = srtt + (srtt / 2) + rack_delayed_ack_time; in rack_calc_thresh_tlp()
4314 if (alt_thresh > thresh) in rack_calc_thresh_tlp()
4315 thresh = alt_thresh; in rack_calc_thresh_tlp()
4320 uint32_t alt_thresh; in rack_calc_thresh_tlp() local
4326 if (alt_thresh > thresh) in rack_calc_thresh_tlp()
[all …]
H A Dbbr.c4208 uint32_t alt_thresh; in bbr_calc_thresh_tlp() local
4210 alt_thresh = srtt + (srtt / 2) + bbr_delayed_ack_time; in bbr_calc_thresh_tlp()
4211 if (alt_thresh > thresh) in bbr_calc_thresh_tlp()
4212 thresh = alt_thresh; in bbr_calc_thresh_tlp()