Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h343 uint32_t rc_tlp_rxt_last_time; member
H A Dtcp_bbr.h707 uint32_t rc_tlp_rxt_last_time; member
H A Drack.c4464 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start()
4467 tstmp_touse = rack->r_ctl.rc_tlp_rxt_last_time; in rack_timer_start()
4565 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], rack->r_ctl.rc_tlp_rxt_last_time)) in rack_timer_start()
4568 tstmp_touse = rack->r_ctl.rc_tlp_rxt_last_time; in rack_timer_start()
4593 rack->r_ctl.rc_tlp_rxt_last_time, /* flex4 */ in rack_timer_start()
5855 rack->r_ctl.rc_tlp_rxt_last_time = cts; in rack_process_timers()
5858 rack->r_ctl.rc_tlp_rxt_last_time = cts; in rack_process_timers()
5861 rack->r_ctl.rc_tlp_rxt_last_time = cts; in rack_process_timers()
10430 rack->r_ctl.rc_tlp_rxt_last_time = tcp_tv_to_mssectick(&rack->r_ctl.act_rcv_time); in rack_init()
10457 rsm->r_tim_lastsent[0] = rack->r_ctl.rc_tlp_rxt_last_time; in rack_init()
[all …]
H A Dbbr.c598 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start()
601 tstmp_touse = bbr->r_ctl.rc_tlp_rxt_last_time; in bbr_timer_start()
675 if (TSTMP_GEQ(rsm->r_tim_lastsent[idx], bbr->r_ctl.rc_tlp_rxt_last_time)) in bbr_timer_start()
678 tstmp_touse = bbr->r_ctl.rc_tlp_rxt_last_time; in bbr_timer_start()
5240 bbr->r_ctl.rc_tlp_rxt_last_time = cts; in bbr_process_timers()
5243 bbr->r_ctl.rc_tlp_rxt_last_time = cts; in bbr_process_timers()
5246 bbr->r_ctl.rc_tlp_rxt_last_time = cts; in bbr_process_timers()
10111 bbr->r_ctl.rc_tlp_rxt_last_time = cts; in bbr_init()
13875 bbr->r_ctl.rc_tlp_rxt_last_time = cts; in bbr_output_wtime()