Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dtcp_rack.h365 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.c760 left = bbr->r_ctl.rc_timer_exp - cts; in bbr_start_hpts_timer()
763 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
891 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_start_hpts_timer()
893 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
1944 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_type_just_return()
2305 log.u_bbr.flex5 = bbr->r_ctl.rc_timer_exp; in bbr_log_doseg_done()
2347 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_to_processing()
4389 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack()
4577 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_tlp()
5216 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_process_timers()
[all …]
H A Drack.c2729 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_processing()
5699 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer()
5700 left = rack->r_ctl.rc_timer_exp - cts; in rack_start_hpts_timer()
5702 rack->r_ctl.rc_timer_exp = 0; in rack_start_hpts_timer()
5846 rack->r_ctl.rc_timer_exp = cts + hpts_timeout; in rack_start_hpts_timer()
6195 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp()
7027 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers()
7051 left = rack->r_ctl.rc_timer_exp - cts; in rack_process_timers()