Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h79 #define PACE_TMR_TLP 0x04 /* TLP 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.c4609 rack->r_ctl.rc_hpts_flags |= PACE_TMR_TLP; in rack_timer_start()
4899 (rack->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) { in rack_start_hpts_timer()
5311 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in rack_timeout_tlp()
5314 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in rack_timeout_tlp()
5857 } else if (timers & PACE_TMR_TLP) { in rack_process_timers()
9399 (rack->r_ctl.rc_hpts_flags & PACE_TMR_TLP) || in rack_do_syn_recv()
10707 ((tmr_up == PACE_TMR_TLP) || in rack_timer_audit()
H A Dbbr.c726 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_TLP; in bbr_timer_start()
866 (bbr->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) { in bbr_start_hpts_timer()
1026 ((tmr_up == PACE_TMR_TLP) || in bbr_timer_audit()
1044 (tmr_up == PACE_TMR_TLP) || in bbr_timer_audit()
4712 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in bbr_timeout_tlp()
5242 } else if (timers & PACE_TMR_TLP) { in bbr_process_timers()
9078 (bbr->r_ctl.rc_hpts_flags & PACE_TMR_TLP) || in bbr_do_syn_recv()