Searched refs:TF_NOSTRETCHACK (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_usrreq.c1979 tp->t_flagsext &= ~(TF_NOSTRETCHACK);
1981 tp->t_flagsext |= TF_NOSTRETCHACK;
2086 if (tp->t_flagsext & TF_NOSTRETCHACK)
H A Dtcp_var.h410 #define TF_NOSTRETCHACK 0x200 /* ack every other packet */ macro
H A Dtcp_input.c1212 if (!(tp->t_flagsext & TF_NOSTRETCHACK) &&

Completed in 40 milliseconds