Searched refs:TF_DISABLE_STRETCHACK (Results 1 – 4 of 4) sorted by relevance
237 if (!(tp->t_flagsext & TF_DISABLE_STRETCHACK)) { in tcp_cc_after_idle_stretchack()248 tp->t_flagsext &= ~TF_DISABLE_STRETCHACK; in tcp_cc_after_idle_stretchack()
652 #define TF_DISABLE_STRETCHACK 0x10000 /* auto-disable stretch ack */ macro
1268 if (tp->t_flagsext & TF_DISABLE_STRETCHACK) { in tcp_stretch_ack_enable()1270 tp->t_flagsext &= ~TF_DISABLE_STRETCHACK; in tcp_stretch_ack_enable()1278 if (!(tp->t_flagsext & (TF_NOSTRETCHACK | TF_DISABLE_STRETCHACK)) && in tcp_stretch_ack_enable()
1616 tp->t_flagsext |= TF_DISABLE_STRETCHACK; in tcp_timers()