Home
last modified time | relevance | path

Searched refs:prsm (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4166 struct rack_sendmap *prsm; in rack_find_high_nonack() local
4174 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() local
4290 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() local
6207 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 …]
H A Dbbr.c4065 struct bbr_sendmap *prsm; in bbr_find_high_nonack() local
4072 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() local
4188 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 …]