Searched refs:TF_FASTOPEN (Results 1 – 5 of 5) sorted by relevance
412 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_listen()462 if (tp->t_flags & TF_FASTOPEN) in tcp6_usr_listen()827 if ((tp->t_flags & TF_FASTOPEN) && in tcp_usr_rcvd()1712 tp->t_flags |= TF_FASTOPEN; in tcp_default_ctloutput()1718 tp->t_flags &= ~TF_FASTOPEN; in tcp_default_ctloutput()1804 optval = tp->t_flags & TF_FASTOPEN; in tcp_default_ctloutput()2132 if (t_flags & TF_FASTOPEN) { in db_print_tflags()
225 if ((tp->t_flags & TF_FASTOPEN) && in tcp_output()422 if ((tp->t_flags & TF_FASTOPEN) && in tcp_output()445 if ((tp->t_flags & TF_FASTOPEN) && in tcp_output()780 if ((tp->t_flags & TF_FASTOPEN) && in tcp_output()
1009 !(tp->t_flags & TF_FASTOPEN)))) { in tcp_input()1941 if (tp->t_flags & TF_FASTOPEN) { in tcp_do_segment()2375 tp->t_flags & TF_FASTOPEN) { in tcp_do_segment()2438 if (!(tp->t_flags & TF_FASTOPEN)) in tcp_do_segment()2992 (tp->t_flags & TF_FASTOPEN)); in tcp_do_segment()
313 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro
1112 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()1194 if (V_tcp_fastopen_enabled && (tp->t_flags & TF_FASTOPEN) && in syncache_add()