Searched refs:TF_NOSTRETCHACK (Results 1 – 3 of 3) sorted by relevance
2627 tp->t_flagsext &= ~(TF_NOSTRETCHACK); in tcp_ctloutput()2629 tp->t_flagsext |= TF_NOSTRETCHACK; in tcp_ctloutput()2946 if (tp->t_flagsext & TF_NOSTRETCHACK) { in tcp_ctloutput()
646 #define TF_NOSTRETCHACK 0x200 /* ack every other packet */ macro
1278 if (!(tp->t_flagsext & (TF_NOSTRETCHACK | TF_DISABLE_STRETCHACK)) && in tcp_stretch_ack_enable()