Lines Matching refs:prsm
525 struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm,
5874 struct rack_sendmap *prsm; in rack_find_high_nonack() local
5881 prsm = rsm; in rack_find_high_nonack()
5883 TQHASH_FOREACH_REVERSE_FROM(prsm, rack->r_ctl.tqh) { in rack_find_high_nonack()
5884 if (prsm->r_flags & (RACK_ACKED | RACK_HAS_FIN)) { in rack_find_high_nonack()
5887 return (prsm); in rack_find_high_nonack()
5984 struct rack_sendmap *prsm; in rack_calc_thresh_tlp() local
6011 prsm = TAILQ_PREV(rsm, rack_head, r_tnext); in rack_calc_thresh_tlp()
6012 if (prsm && (len <= segsiz)) { in rack_calc_thresh_tlp()
6021 nidx = prsm->r_rtr_cnt - 1; in rack_calc_thresh_tlp()
6022 if (rsm->r_tim_lastsent[nidx] >= prsm->r_tim_lastsent[idx]) { in rack_calc_thresh_tlp()
6024 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in rack_calc_thresh_tlp()
8463 struct rack_sendmap *prsm; in rack_log_output() local
8465 prsm = tqhash_prev(rack->r_ctl.tqh, rsm); in rack_log_output()
8466 if (prsm) in rack_log_output()
8467 prsm->r_one_out_nr = 1; in rack_log_output()
9323 struct tcpopt *to, struct rack_sendmap **prsm, uint32_t cts, in rack_proc_sack_blk() argument
9335 rsm = *prsm; in rack_proc_sack_blk()
10080 *prsm = rack->r_ctl.rc_sacklast = nrsm; in rack_proc_sack_blk()