Searched refs:TF_FASTOPEN (Results 1 – 6 of 6) sorted by relevance
929 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_connect()975 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_disable_path()
1152 tp->t_flags &= ~TF_FASTOPEN; in tcp_usr_send()2417 tp->t_flags |= TF_FASTOPEN; in tcp_default_ctloutput()2419 tp->t_flags &= ~TF_FASTOPEN; in tcp_default_ctloutput()2613 optval = tp->t_flags & TF_FASTOPEN; in tcp_default_ctloutput()2968 if (t_flags & TF_FASTOPEN) { in db_print_tflags()
814 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro832 #define IS_FASTOPEN(t_flags) (t_flags & TF_FASTOPEN)
482 if ((flags & TH_SYN) && !(tp->t_flags & TF_FASTOPEN)) { in tcp_default_output()
1337 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()
24017 if (tp->t_flags & TF_FASTOPEN) in rack_fill_info()