Searched refs:TF_FASTOPEN (Results 1 – 5 of 5) sorted by relevance
1294 tp->t_flags &= ~TF_FASTOPEN; in tcp_usr_send()2407 tp->t_flags |= TF_FASTOPEN; in tcp_default_ctloutput()2409 tp->t_flags &= ~TF_FASTOPEN; in tcp_default_ctloutput()2594 optval = tp->t_flags & TF_FASTOPEN; in tcp_default_ctloutput()2905 if (t_flags & TF_FASTOPEN) { in db_print_tflags()
933 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_connect()979 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_disable_path()
402 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro419 #define IS_FASTOPEN(t_flags) (t_flags & TF_FASTOPEN)
1416 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()