Home
last modified time | relevance | path

Searched refs:TOF_FASTOPEN (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_output.c815 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
822 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
884 !(to.to_flags & TOF_FASTOPEN)) in tcp_default_output()
1907 case TOF_FASTOPEN: in tcp_addoptions()
1914 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
H A Dtcp_syncache.c1464 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1986 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
H A Dtcp_var.h890 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
H A Dtcp_input.c1639 if ((to.to_flags & TOF_FASTOPEN) && in tcp_do_segment()
3557 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c11419 if (to.to_flags & TOF_FASTOPEN) { in bbr_do_segment_nounlock()
12860 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12867 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12911 !(to.to_flags & TOF_FASTOPEN)) in bbr_output_wtime()
H A Drack.c16650 if (to.to_flags & TOF_FASTOPEN) { in rack_do_segment_nounlock()
21097 to.to_flags |= TOF_FASTOPEN; in rack_output()
21104 to.to_flags |= TOF_FASTOPEN; in rack_output()
21190 !(to.to_flags & TOF_FASTOPEN)) in rack_output()