Searched refs:TF_FASTOPEN (Results 1 – 4 of 4) sorted by relevance
693 #define TF_FASTOPEN 0x400000 /* TCP Fastopen is enabled */ macro913 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN)
710 sototcpcb(so)->t_flagsext |= TF_FASTOPEN; in tcp_usr_connectx_common()2674 tp->t_flagsext |= TF_FASTOPEN; in tcp_ctloutput()
4868 tp->t_flagsext &= ~TF_FASTOPEN; in tcp_disable_tfo()
2503 TF_FASTOPEN | TF_L4S_ENABLED | TF_L4S_DISABLED)); in tcp_create_server_socket()