Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dtcp_rack.h362 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dtcp_bbr.h564 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dbbr.c750 left = bbr->r_ctl.rc_timer_exp - cts; in bbr_start_hpts_timer()
753 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
881 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_start_hpts_timer()
883 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
1933 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_type_just_return()
2293 log.u_bbr.flex5 = bbr->r_ctl.rc_timer_exp; in bbr_log_doseg_done()
2335 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_to_processing()
4371 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack()
4559 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_tlp()
5207 left = bbr->r_ctl.rc_timer_exp - cts; in bbr_process_timers()
[all …]
H A Drack.c3200 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_processing()
6757 left = rack->r_ctl.rc_timer_exp - cts; in rack_start_hpts_timer()
6759 rack->r_ctl.rc_timer_exp = 0; in rack_start_hpts_timer()
6902 rack->r_ctl.rc_timer_exp = cts + hpts_timeout; in rack_start_hpts_timer()
7330 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp()
8118 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers()
8145 left = rack->r_ctl.rc_timer_exp - cts; in rack_process_timers()
14693 rack->r_ctl.rc_timer_exp); in rack_chg_query()
14770 if (TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_switch_failed()
14771 toval = rack->r_ctl.rc_timer_exp - cts; in rack_switch_failed()
[all …]