Searched refs:prsm (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/sys/netinet/tcp_stacks/ |
| HD | bbr.c | 4041 struct bbr_sendmap *prsm; in bbr_find_high_nonack() local 4048 prsm = rsm; in bbr_find_high_nonack() 4049 TAILQ_FOREACH_REVERSE_FROM(prsm, &bbr->r_ctl.rc_map, bbr_head, r_next) { in bbr_find_high_nonack() 4050 if (prsm->r_flags & (BBR_ACKED | BBR_HAS_FIN)) { in bbr_find_high_nonack() 4053 return (prsm); in bbr_find_high_nonack() 4151 struct bbr_sendmap *prsm; in bbr_calc_thresh_tlp() local 4164 prsm = TAILQ_PREV(rsm, bbr_head, r_tnext); in bbr_calc_thresh_tlp() 4165 if (prsm && (len <= maxseg)) { in bbr_calc_thresh_tlp() 4174 nidx = prsm->r_rtr_cnt - 1; in bbr_calc_thresh_tlp() 4175 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp() [all …]
|
| HD | rack.c | 519 struct sackblk *sack, struct tcpopt *to, struct rack_sendmap **prsm, 6061 struct rack_sendmap *prsm; in rack_find_high_nonack() local 6068 prsm = rsm; in rack_find_high_nonack() 6070 TQHASH_FOREACH_REVERSE_FROM(prsm, rack->r_ctl.tqh) { in rack_find_high_nonack() 6071 if (prsm->r_flags & (RACK_ACKED | RACK_HAS_FIN)) { in rack_find_high_nonack() 6074 return (prsm); in rack_find_high_nonack() 6169 struct rack_sendmap *prsm; in rack_calc_thresh_tlp() local 6196 prsm = TAILQ_PREV(rsm, rack_head, r_tnext); in rack_calc_thresh_tlp() 6197 if (prsm && (len <= segsiz)) { in rack_calc_thresh_tlp() 6206 nidx = prsm->r_rtr_cnt - 1; in rack_calc_thresh_tlp() [all …]
|