Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_hpts.h82 #define PACE_TMR_KEEP 0x20 /* Keep alive 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.c4861 rack->r_ctl.rc_hpts_flags |= PACE_TMR_KEEP; in rack_start_hpts_timer()
4874 if (left && (stopped & (PACE_TMR_KEEP | PACE_TMR_DELACK)) == in rack_start_hpts_timer()
5444 rack->r_ctl.rc_hpts_flags &= ~PACE_TMR_KEEP; in rack_timeout_keepalive()
5865 } else if (timers & PACE_TMR_KEEP) { in rack_process_timers()
10700 (tmr_up == PACE_TMR_KEEP) && in rack_timer_audit()
H A Dbbr.c849 bbr->r_ctl.rc_hpts_flags |= PACE_TMR_KEEP; in bbr_start_hpts_timer()
852 if (left && (stopped & (PACE_TMR_KEEP | PACE_TMR_DELACK)) == in bbr_start_hpts_timer()
1003 (tmr_up == PACE_TMR_KEEP) && in bbr_timer_audit()
4836 bbr->r_ctl.rc_hpts_flags &= ~PACE_TMR_KEEP; in bbr_timeout_keepalive()
5248 } else if (timers & PACE_TMR_KEEP) { in bbr_process_timers()