Home
last modified time | relevance | path

Searched refs:TF_DISABLE_STRETCHACK (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cc.c237 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()
H A Dtcp_var.h652 #define TF_DISABLE_STRETCHACK 0x10000 /* auto-disable stretch ack */ macro
H A Dtcp_input.c1268 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()
H A Dtcp_timer.c1616 tp->t_flagsext |= TF_DISABLE_STRETCHACK; in tcp_timers()