Home
last modified time | relevance | path

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

/freebsd-src/sys/netinet/tcp_stacks/
H A Dtcp_rack.h395 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.c749 if (stopped && TSTMP_GT(bbr->r_ctl.rc_timer_exp, cts)) { in bbr_start_hpts_timer()
750 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()
1071 bbr->r_ctl.rc_timer_exp = cts + hpts_timeout; in bbr_timer_audit()
1925 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_type_just_return()
2285 log.u_bbr.flex5 = bbr->r_ctl.rc_timer_exp; in bbr_log_doseg_done()
2327 log.u_bbr.flex3 = bbr->r_ctl.rc_timer_exp; in bbr_log_to_processing()
4361 if (TSTMP_LT(cts, bbr->r_ctl.rc_timer_exp)) { in bbr_timeout_rack()
[all...]
H A Drack.c3283 log.u_bbr.flex3 = rack->r_ctl.rc_timer_exp; in rack_log_to_cancel()
6582 if (stopped && TSTMP_GT(rack->r_ctl.rc_timer_exp, cts)) { in rack_calc_thresh_tlp()
6583 left = rack->r_ctl.rc_timer_exp - cts; in rack_calc_thresh_tlp()
6585 rack->r_ctl.rc_timer_exp = 0; in rack_calc_thresh_tlp()
6736 rack->r_ctl.rc_timer_exp = cts + hpts_timeout;
7191 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_start_hpts_timer()
8014 if (TSTMP_LT(cts, rack->r_ctl.rc_timer_exp)) { in rack_timeout_persist()
8041 left = rack->r_ctl.rc_timer_exp - cts; in rack_timeout_persist()
14312 reqr->timer_timer_exp = rack->r_ctl.rc_timer_exp; in rack_do_fin_wait_1()
14317 rack->r_ctl.rc_timer_exp); in rack_do_fin_wait_1()
[all...]