Home
last modified time | relevance | path

Searched refs:PACE_TMR_RACK (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/netinet/
HDtcp_hpts.h61 #define PACE_TMR_RACK 0x02 /* RACK timer running */ macro
67 #define PACE_TMR_MASK (PACE_TMR_KEEP|PACE_TMR_PERSIT|PACE_TMR_RXT|PACE_TMR_TLP|PACE_TMR_RACK|PACE…
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDbbr.c705 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_RACK; in bbr_timer_start()
893 if ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) && in bbr_start_hpts_timer()
926 if ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) && in bbr_start_hpts_timer()
999 } else if (tmr_up == PACE_TMR_RACK) in bbr_timer_audit()
1003 } else if (rsm && (tmr_up == PACE_TMR_RACK)) { in bbr_timer_audit()
1026 (tmr_up == PACE_TMR_RACK))) { in bbr_timer_audit()
3944 ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) == 0)) { in bbr_cong_signal()
4375 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_RACK; in bbr_timeout_rack()
5208 } else if (timers & PACE_TMR_RACK) { in bbr_process_timers()
8975 (bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK)) { in bbr_do_syn_recv()
HDrack.c6553 rack->r_ctl.rc_hpts_flags |= PACE_TMR_RACK; in rack_timer_start()
6968 if ((rack->r_ctl.rc_hpts_flags & PACE_TMR_RACK) || in rack_start_hpts_timer()
7083 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_RACK; in rack_timeout_rack()
8106 if ((timers & PACE_TMR_RACK) && in rack_process_timers()
8157 } else if (timers & PACE_TMR_RACK) { in rack_process_timers()
13481 (rack->r_ctl.rc_hpts_flags & PACE_TMR_RACK)) { in rack_do_syn_recv()
15645 (tmr_up == PACE_TMR_RACK) || in rack_timer_audit()