Home
last modified time | relevance | path

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

/NextBSD/sys/netinet/
HDtcp_usrreq.c412 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()
HDtcp_output.c225 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()
HDtcp_input.c1009 !(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()
HDtcp_var.h313 #define TF_FASTOPEN 0x80000000 /* TCP Fast Open indication */ macro
HDtcp_syncache.c1112 tp->t_flags |= TF_FASTOPEN; in syncache_tfo_expand()
1194 if (V_tcp_fastopen_enabled && (tp->t_flags & TF_FASTOPEN) && in syncache_add()