Lines Matching defs:prsm
4042 struct bbr_sendmap *prsm;
4049 prsm = rsm;
4050 TAILQ_FOREACH_REVERSE_FROM(prsm, &bbr->r_ctl.rc_map, bbr_head, r_next) {
4051 if (prsm->r_flags & (BBR_ACKED | BBR_HAS_FIN)) {
4054 return (prsm);
4152 struct bbr_sendmap *prsm;
4165 prsm = TAILQ_PREV(rsm, bbr_head, r_tnext);
4166 if (prsm && (len <= maxseg)) {
4175 nidx = prsm->r_rtr_cnt - 1;
4176 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) {
4178 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx];
6951 struct tcpopt *to, struct bbr_sendmap **prsm, uint32_t cts)
6961 rsm = *prsm;
7012 panic("tp:%p bbr:%p sack:%p to:%p prsm:%p",
7013 tp, bbr, sack, to, prsm);
7184 *prsm = rsm;