Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_output.c828 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
835 to.to_flags |= TOF_FASTOPEN; in tcp_default_output()
897 !(to.to_flags & TOF_FASTOPEN)) in tcp_default_output()
1918 case TOF_FASTOPEN: in tcp_addoptions()
1925 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
H A Dtcp_syncache.c1433 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1939 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
H A Dtcp_var.h885 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
H A Dtcp_input.c1676 if ((to.to_flags & TOF_FASTOPEN) && in tcp_do_segment()
3604 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c11431 if (to.to_flags & TOF_FASTOPEN) { in bbr_do_segment_nounlock()
12872 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12879 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12923 !(to.to_flags & TOF_FASTOPEN)) in bbr_output_wtime()
H A Drack.c17049 if (to.to_flags & TOF_FASTOPEN) { in rack_do_segment_nounlock()
21366 to.to_flags |= TOF_FASTOPEN; in rack_output()
21373 to.to_flags |= TOF_FASTOPEN; in rack_output()
21426 !(to.to_flags & TOF_FASTOPEN)) in rack_output()