Searched refs:alt_thresh (Results 1 – 2 of 2) sorted by relevance
4278 uint32_t alt_thresh; in rack_calc_thresh_tlp() local4283 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() local4313 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() local4326 if (alt_thresh > thresh) in rack_calc_thresh_tlp()[all …]
4208 uint32_t alt_thresh; in bbr_calc_thresh_tlp() local4210 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()