Searched refs:TF_FASTOPEN (Results 1 – 4 of 4) sorted by relevance
657 #define TF_FASTOPEN 0x400000 /* TCP Fastopen is enabled */ macro876 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN)
710 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()2670 tp->t_flagsext |= TF_FASTOPEN; in tcp_ctloutput()
4680 tp->t_flagsext &= ~TF_FASTOPEN; in tcp_disable_tfo()
2884 …tp->t_flagsext |= (tp0->t_flagsext & (TF_RXTFINDROP | TF_NOTIMEWAIT | TF_FASTOPEN | TF_L4S_ENABLED… in tcp_input()