Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c2627 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()
H A Dtcp_var.h646 #define TF_NOSTRETCHACK 0x200 /* ack every other packet */ macro
H A Dtcp_input.c1278 if (!(tp->t_flagsext & (TF_NOSTRETCHACK | TF_DISABLE_STRETCHACK)) && in tcp_stretch_ack_enable()