Home
last modified time | relevance | path

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

/freebsd/sys/netinet/tcp_stacks/
H A Dtcp_rack.h393 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dtcp_bbr.h562 uint32_t rc_timer_exp; /* If a timer ticks of expiry */ member
H A Dbbr.c747 if (stopped && TSTMP_GT(bbr->r_ctl.rc_timer_exp, cts)) { in bbr_start_hpts_timer()
748 left = bbr->r_ctl.rc_timer_exp - cts; in bbr_start_hpts_timer()
751 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
879 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_start_hpts_timer()
881 bbr->r_ctl.rc_timer_exp = 0; in bbr_start_hpts_timer()
1067 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_timer_audit()
1921 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_type_just_return()
2281 log.u_bbr.flex5 = bbr->r_ctl.rc_timer_exp; in bbr_log_doseg_done()
2323 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_to_processing()
4354 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack()
[all …]
H A Drack.c3134 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_processing()
6418 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_start_hpts_timer()
6419 left = rack->r_ctl.rc_timer_exp - cts; in rack_start_hpts_timer()
6421 rack->r_ctl.rc_timer_exp = 0; in rack_start_hpts_timer()
6572 rack->r_ctl.rc_timer_exp = cts + hpts_timeout; in rack_start_hpts_timer()
7039 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_tlp()
7863 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_process_timers()
7890 left = rack->r_ctl.rc_timer_exp - cts; in rack_process_timers()
14163 reqr->timer_timer_exp = rack->r_ctl.rc_timer_exp; in rack_chg_query()
14168 rack->r_ctl.rc_timer_exp); in rack_chg_query()
[all …]