Searched refs:TF_FASTOPEN (Results 1 – 9 of 9) sorted by relevance
403 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_listen()467 if (tp->t_flags & TF_FASTOPEN) in tcp6_usr_listen()894 if ((tp->t_flags & TF_FASTOPEN) && (tp->t_state == TCPS_SYN_RECEIVED)) in tcp_usr_rcvd()1101 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_send()1167 if (tp->t_flags & TF_FASTOPEN) in tcp_usr_send()1168 tp->t_flags &= ~TF_FASTOPEN; in tcp_usr_send()1584 if (tp->t_flags & TF_FASTOPEN) in tcp_fill_info()2410 tp->t_flags |= TF_FASTOPEN; in tcp_default_ctloutput()2412 tp->t_flags &= ~TF_FASTOPEN; in tcp_default_ctloutput()2606 optval = tp->t_flags & TF_FASTOPEN; in tcp_default_ctloutput()[all …]
238 if ((tp->t_flags & TF_FASTOPEN) && in tcp_default_output()442 if ((tp->t_flags & TF_FASTOPEN) && in tcp_default_output()470 if ((tp->t_flags & TF_FASTOPEN) && in tcp_default_output()478 if ((flags & TH_SYN) && !(tp->t_flags & TF_FASTOPEN)) { in tcp_default_output()813 if ((tp->t_flags & TF_FASTOPEN) && in tcp_default_output()887 if ((tp->t_flags & TF_FASTOPEN) && wanted_cookie && in tcp_default_output()
1681 if (tp->t_flags & TF_FASTOPEN) { in tcp_do_segment()1992 if (tp->t_flags & TF_FASTOPEN) { in tcp_do_segment()2066 if ((tp->t_flags & TF_FASTOPEN) && in tcp_do_segment()2418 (tp->t_flags & TF_FASTOPEN)) { in tcp_do_segment()2502 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in tcp_do_segment()2521 if (!(tp->t_flags & TF_FASTOPEN)) in tcp_do_segment()3221 (tp->t_flags & TF_FASTOPEN)); in tcp_do_segment()
929 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_connect()975 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_disable_path()
1327 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()1421 if (V_tcp_fastopen_server_enable && (tp->t_flags & TF_FASTOPEN) && in syncache_add()
809 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro
3296 if (tp->t_flags & TF_FASTOPEN) in tcp_drop_syn_sent()
8220 (tp->t_flags & TF_FASTOPEN)); in bbr_process_data()8805 if ((tp->t_flags & TF_FASTOPEN) && in bbr_do_syn_sent()8971 if (tp->t_flags & TF_FASTOPEN) { in bbr_do_syn_recv()9047 if (tp->t_flags & TF_FASTOPEN) { in bbr_do_syn_recv()9084 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in bbr_do_syn_recv()9106 if (!(tp->t_flags & TF_FASTOPEN)) in bbr_do_syn_recv()11425 if (tp->t_flags & TF_FASTOPEN) { in bbr_do_segment_nounlock()12079 if ((tp->t_flags & TF_FASTOPEN) && in bbr_output_wtime()12398 if ((tp->t_flags & TF_FASTOPEN) && in bbr_output_wtime()12429 if ((tp->t_flags & TF_FASTOPEN) && in bbr_output_wtime()[all …]
12308 (tp->t_flags & TF_FASTOPEN)); in rack_process_data()12916 if ((tp->t_flags & TF_FASTOPEN) && in rack_do_syn_sent()13093 if (tp->t_flags & TF_FASTOPEN) { in rack_do_syn_recv()13172 if (tp->t_flags & TF_FASTOPEN) { in rack_do_syn_recv()13193 if ((tp->t_flags & TF_FASTOPEN) && tp->t_tfo_pending) { in rack_do_syn_recv()13210 if (!(tp->t_flags & TF_FASTOPEN)) in rack_do_syn_recv()16782 if (tp->t_flags & TF_FASTOPEN) { in rack_do_segment_nounlock()19763 if ((tp->t_flags & TF_FASTOPEN) && in rack_output()19909 if ((tp->t_flags & TF_FASTOPEN) && in rack_output()20334 (tp->t_flags & TF_FASTOPEN))) { in rack_output()[all …]