Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_cc.c424 if (!(tp->t_flagsext & TF_DISABLE_STRETCHACK)) { in tcp_cc_after_idle_stretchack()
434 tp->t_flagsext &= ~TF_DISABLE_STRETCHACK; in tcp_cc_after_idle_stretchack()
H A Dtcp_var.h517 #define TF_DISABLE_STRETCHACK 0x10000 /* auto-disable stretch ack */ macro
H A Dtcp_input.c1310 if (tp->t_flagsext & TF_DISABLE_STRETCHACK) { in tcp_stretch_ack_enable()
1312 tp->t_flagsext &= ~TF_DISABLE_STRETCHACK; in tcp_stretch_ack_enable()
1320 if (!(tp->t_flagsext & (TF_NOSTRETCHACK | TF_DISABLE_STRETCHACK)) && in tcp_stretch_ack_enable()
H A Dtcp_timer.c1588 tp->t_flagsext |= TF_DISABLE_STRETCHACK; in tcp_timers()