Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/tcp_stacks/
H A Dtcp_rack.h265 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dtcp_bbr.h566 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dbbr.c761 left = bbr->r_ctl.rc_timer_exp - cts; in bbr_start_hpts_timer()
764 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
892 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_start_hpts_timer()
894 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
1945 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_type_just_return()
2306 log.u_bbr.flex5 = bbr->r_ctl.rc_timer_exp; in bbr_log_doseg_done()
2348 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_to_processing()
4384 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack()
4571 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_tlp()
5210 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_process_timers()
[all …]
H A Drack.c2047 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_processing()
4759 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer()
4760 left = rack->r_ctl.rc_timer_exp - cts; in rack_start_hpts_timer()
4762 rack->r_ctl.rc_timer_exp = 0; in rack_start_hpts_timer()
4895 rack->r_ctl.rc_timer_exp = cts + hpts_timeout; in rack_start_hpts_timer()
5167 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp()
5820 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers()
5844 left = rack->r_ctl.rc_timer_exp - cts; in rack_process_timers()