Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h81 #define PACE_TMR_PERSIT 0x10 /* Persists 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 Drack.c4424 rack->r_ctl.rc_hpts_flags |= PACE_TMR_PERSIT; in rack_get_persists_timer_val()
5392 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_PERSIT; in rack_timeout_persist()
5863 } else if (timers & PACE_TMR_PERSIT) { in rack_process_timers()
10677 if (rack->rc_in_persist && (tmr_up == PACE_TMR_PERSIT)) in rack_timer_audit()
H A Dbbr.c550 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_PERSIT; in bbr_get_persists_timer_val()
974 if (bbr->rc_in_persist && (tmr_up == PACE_TMR_PERSIT)) in bbr_timer_audit()
4763 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_PERSIT; in bbr_timeout_persist()
5237 } else if (timers & PACE_TMR_PERSIT) { in bbr_process_timers()