Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_hpts.h62 #define PACE_TMR_TLP 0x04 /* TLP 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.c716 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_TLP; in bbr_timer_start()
855 (bbr->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) { in bbr_start_hpts_timer()
1007 ((tmr_up == PACE_TMR_TLP) || in bbr_timer_audit()
1025 (tmr_up == PACE_TMR_TLP) || in bbr_timer_audit()
4688 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in bbr_timeout_tlp()
5211 } else if (timers & PACE_TMR_TLP) { in bbr_process_timers()
8974 (bbr->r_ctl.rc_hpts_flags & PACE_TMR_TLP) || in bbr_do_syn_recv()
HDrack.c6555 rack->r_ctl.rc_hpts_flags |= PACE_TMR_TLP; in rack_timer_start()
6910 (rack->r_ctl.rc_hpts_flags & (PACE_TMR_TLP|PACE_TMR_RXT))) { in rack_start_hpts_timer()
7492 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in rack_timeout_tlp()
7495 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_TLP; in rack_timeout_tlp()
8161 } else if (timers & PACE_TMR_TLP) { in rack_process_timers()
13480 (rack->r_ctl.rc_hpts_flags & PACE_TMR_TLP) || in rack_do_syn_recv()
15644 ((tmr_up == PACE_TMR_TLP) || in rack_timer_audit()