Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h78 #define PACE_TMR_RACK 0x02 /* RACK timer running */ macro
84 #define PACE_TMR_MASK (PACE_TMR_KEEP|PACE_TMR_PERSIT|PACE_TMR_RXT|PACE_TMR_TLP|PACE_TMR_RACK|PACE…
/f-stack/freebsd/netinet/tcp_stacks/
H A Dbbr.c715 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_RACK; in bbr_timer_start()
904 if ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) && in bbr_start_hpts_timer()
937 if ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) && in bbr_start_hpts_timer()
1018 } else if (tmr_up == PACE_TMR_RACK) in bbr_timer_audit()
1022 } else if (rsm && (tmr_up == PACE_TMR_RACK)) { in bbr_timer_audit()
1045 (tmr_up == PACE_TMR_RACK))) { in bbr_timer_audit()
3968 ((bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK) == 0)) { in bbr_cong_signal()
4399 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_RACK; in bbr_timeout_rack()
5239 } else if (timers & PACE_TMR_RACK) { in bbr_process_timers()
9079 (bbr->r_ctl.rc_hpts_flags & PACE_TMR_RACK)) { in bbr_do_syn_recv()
H A Drack.c4607 rack->r_ctl.rc_hpts_flags |= PACE_TMR_RACK; in rack_timer_start()
4919 if ((rack->r_ctl.rc_hpts_flags & PACE_TMR_RACK) && in rack_start_hpts_timer()
4945 if (rack->r_ctl.rc_hpts_flags & PACE_TMR_RACK) { in rack_start_hpts_timer()
5050 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_RACK; in rack_timeout_rack()
5806 if ((timers & PACE_TMR_RACK) && in rack_process_timers()
5854 } else if (timers & PACE_TMR_RACK) { in rack_process_timers()
9400 (rack->r_ctl.rc_hpts_flags & PACE_TMR_RACK)) { in rack_do_syn_recv()
10708 (tmr_up == PACE_TMR_RACK) || in rack_timer_audit()