Searched refs:tstmp_touse (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 4438 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in rack_timer_start() local 4465 tstmp_touse = rsm->r_tim_lastsent[idx]; in rack_timer_start() 4467 tstmp_touse = rack->r_ctl.rc_tlp_rxt_last_time; in rack_timer_start() 4468 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 4469 time_since_sent = cts - tstmp_touse; in rack_timer_start() 4566 tstmp_touse = rsm->r_tim_lastsent[idx]; in rack_timer_start() 4568 tstmp_touse = rack->r_ctl.rc_tlp_rxt_last_time; in rack_timer_start() 4569 if (TSTMP_GT(cts, tstmp_touse)) in rack_timer_start() 4570 time_since_sent = cts - tstmp_touse; in rack_timer_start() 4592 tstmp_touse, /* flex3 */ in rack_timer_start()
|
| H A D | bbr.c | 572 uint32_t thresh, exp, to, srtt, time_since_sent, tstmp_touse; in bbr_timer_start() local 599 tstmp_touse = rsm->r_tim_lastsent[idx]; in bbr_timer_start() 601 tstmp_touse = bbr->r_ctl.rc_tlp_rxt_last_time; in bbr_timer_start() 602 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 603 time_since_sent = cts - tstmp_touse; in bbr_timer_start() 676 tstmp_touse = rsm->r_tim_lastsent[idx]; in bbr_timer_start() 678 tstmp_touse = bbr->r_ctl.rc_tlp_rxt_last_time; in bbr_timer_start() 679 if (TSTMP_GT(tstmp_touse, cts)) in bbr_timer_start() 680 time_since_sent = cts - tstmp_touse; in bbr_timer_start()
|