Home
last modified time | relevance | path

Searched refs:TF_FASTOPEN (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_usrreq.c403 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 …]
H A Dtcp_output.c238 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()
H A Dtcp_input.c1681 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()
H A Dtcp_fastopen.c929 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_connect()
975 tp->t_flags &= ~TF_FASTOPEN; in tcp_fastopen_disable_path()
H A Dtcp_syncache.c1327 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()
1421 if (V_tcp_fastopen_server_enable && (tp->t_flags & TF_FASTOPEN) && in syncache_add()
H A Dtcp_var.h809 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro
H A Dtcp_subr.c3296 if (tp->t_flags & TF_FASTOPEN) in tcp_drop_syn_sent()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c8220 (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 …]
H A Drack.c12308 (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 …]