Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_var.h656 #define TF_FASTOPEN 0x400000 /* TCP Fastopen is enabled */ macro
870 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN)
H A Dtcp_usrreq.c710 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()
2668 tp->t_flagsext |= TF_FASTOPEN; in tcp_ctloutput()
H A Dtcp_subr.c4683 tp->t_flagsext &= ~TF_FASTOPEN; in tcp_disable_tfo()
H A Dtcp_input.c2849 …tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED… in tcp_input()