Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/tcp_stacks/
H A Dtcp_rack.h201 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Drack.c1092 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_processing()
2308 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer()
2309 left = rack->r_ctl.rc_timer_exp - cts; in rack_start_hpts_timer()
2311 rack->r_ctl.rc_timer_exp = 0; in rack_start_hpts_timer()
2398 rack->r_ctl.rc_timer_exp = cts + hpts_timeout; in rack_start_hpts_timer()
2456 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_rack()
2525 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp()
3105 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers()
3123 left = rack->r_ctl.rc_timer_exp - cts; in rack_process_timers()