Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/netinet/
HDtcp_output.c832 to.to_flags |= TOF_FASTOPEN; in tcp_output()
839 to.to_flags |= TOF_FASTOPEN; in tcp_output()
901 !(to.to_flags & TOF_FASTOPEN)) in tcp_output()
1928 case TOF_FASTOPEN: in tcp_addoptions()
1935 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
HDtcp_var.h479 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
HDtcp_syncache.c1462 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1968 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
HDtcp_input.c1752 if ((to.to_flags & TOF_FASTOPEN) && in tcp_do_segment()
3628 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDbbr.c11475 if (to.to_flags & TOF_FASTOPEN) { in bbr_do_segment_nounlock()
12943 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12950 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12994 !(to.to_flags & TOF_FASTOPEN)) in bbr_output_wtime()
HDrack.c13897 if (to.to_flags & TOF_FASTOPEN) { in rack_do_segment_nounlock()
17518 to.to_flags |= TOF_FASTOPEN; in rack_output()
17525 to.to_flags |= TOF_FASTOPEN; in rack_output()
17578 !(to.to_flags & TOF_FASTOPEN)) in rack_output()