Searched refs:TF_RCVUNACK_WAITSS (Results 1 – 3 of 3) sorted by relevance
1280 (!(tp->t_flagsext & TF_RCVUNACK_WAITSS) || in tcp_stretch_ack_enable()1308 tp->t_flagsext |= TF_RCVUNACK_WAITSS; in tcp_reset_stretch_ack()2949 if ((tp->t_flagsext & TF_RCVUNACK_WAITSS) != 0) { in tcp_input()2954 tp->t_flagsext &= ~(TF_RCVUNACK_WAITSS); in tcp_input()
638 #define TF_RCVUNACK_WAITSS 0x2 /* set when the receiver should not stretch acks */ macro
1192 tp->t_flagsext |= TF_RCVUNACK_WAITSS; in tcp_newtcpcb()