Searched refs:prsm (Results 1 – 2 of 2) sorted by relevance
4166 struct rack_sendmap *prsm; in rack_find_high_nonack() local4174 prsm = rsm; in rack_find_high_nonack()4179 return (prsm); in rack_find_high_nonack()4260 struct rack_sendmap *prsm; in rack_calc_thresh_tlp() local4290 if (prsm && (len <= segsiz)) { in rack_calc_thresh_tlp()4300 nidx = prsm->r_rtr_cnt - 1; in rack_calc_thresh_tlp()6204 struct rack_sendmap *prsm; in rack_log_output() local6207 if (prsm) in rack_log_output()6208 prsm->r_one_out_nr = 1; in rack_log_output()6966 rsm = *prsm; in rack_proc_sack_blk()[all …]
4065 struct bbr_sendmap *prsm; in bbr_find_high_nonack() local4072 prsm = rsm; in bbr_find_high_nonack()4074 if (prsm->r_flags & (BBR_ACKED | BBR_HAS_FIN)) { in bbr_find_high_nonack()4077 return (prsm); in bbr_find_high_nonack()4175 struct bbr_sendmap *prsm; in bbr_calc_thresh_tlp() local4188 prsm = TAILQ_PREV(rsm, bbr_head, r_tnext); in bbr_calc_thresh_tlp()4189 if (prsm && (len <= maxseg)) { in bbr_calc_thresh_tlp()4198 nidx = prsm->r_rtr_cnt - 1; in bbr_calc_thresh_tlp()7067 rsm = *prsm; in bbr_proc_sack_blk()7119 tp, bbr, sack, to, prsm); in bbr_proc_sack_blk()[all …]