Home
last modified time | relevance | path

Searched refs:r_tim_lastsent (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c646 exp = rsm->r_tim_lastsent[idx] + thresh; in bbr_timer_start()
4199 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in bbr_calc_thresh_tlp()
4201 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in bbr_calc_thresh_tlp()
4430 nrsm->r_tim_lastsent[idx] = rsm->r_tim_lastsent[idx]; in bbr_clone_rsm()
5376 rsm->r_tim_lastsent[idx] = cts; in bbr_update_rsm()
5996 rsm->r_tim_lastsent[0] = cts; in bbr_log_output()
6882 t = cts - rsm->r_tim_lastsent[0]; in bbr_update_rtt()
6924 t = cts - rsm->r_tim_lastsent[i]; in bbr_update_rtt()
6955 t = cts - rsm->r_tim_lastsent[i]; in bbr_update_rtt()
6977 t = cts - rsm->r_tim_lastsent[i]; in bbr_update_rtt()
[all …]
H A Dtcp_rack.h58 uint32_t r_tim_lastsent[RACK_NUM_OF_RETRANS]; member
H A Drack.c4301 if (TSTMP_GEQ(rsm->r_tim_lastsent[nidx], prsm->r_tim_lastsent[idx])) { in rack_calc_thresh_tlp()
4303 inter_gap = rsm->r_tim_lastsent[idx] - prsm->r_tim_lastsent[nidx]; in rack_calc_thresh_tlp()
4529 exp = rsm->r_tim_lastsent[idx] + thresh; in rack_timer_start()
4594 rsm->r_tim_lastsent[idx], in rack_timer_start()
5076 nrsm->r_tim_lastsent[idx] = rsm->r_tim_lastsent[idx]; in rack_clone_rsm()
5973 rsm->r_tim_lastsent[idx] = ts; in rack_update_rsm()
6171 rsm->r_tim_lastsent[0] = ts; in rack_log_output()
6728 t = cts - rsm->r_tim_lastsent[i]; in rack_update_rtt()
6764 t = cts - rsm->r_tim_lastsent[i]; in rack_update_rtt()
6775 t = cts - rsm->r_tim_lastsent[i]; in rack_update_rtt()
[all …]
H A Dtcp_bbr.h89 uint32_t r_tim_lastsent[BBR_NUM_OF_RETRANS]; member