Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netinet/
H A Dtcp_output.c824 to.to_flags |= TOF_FASTOPEN; in tcp_output()
831 to.to_flags |= TOF_FASTOPEN; in tcp_output()
893 !(to.to_flags & TOF_FASTOPEN)) in tcp_output()
1915 case TOF_FASTOPEN: in tcp_addoptions()
1922 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
H A Dtcp_syncache.c1463 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1970 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
H A Dtcp_var.h480 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
H A Dtcp_input.c1719 if ((to.to_flags & TOF_FASTOPEN) && in tcp_do_segment()
3554 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()
/freebsd-13.1/sys/netinet/tcp_stacks/
H A Dbbr.c11504 if (to.to_flags & TOF_FASTOPEN) { in bbr_do_segment_nounlock()
12976 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
12983 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
13027 !(to.to_flags & TOF_FASTOPEN)) in bbr_output_wtime()
H A Drack.c13908 if (to.to_flags & TOF_FASTOPEN) { in rack_do_segment_nounlock()
17479 to.to_flags |= TOF_FASTOPEN; in rack_output()
17486 to.to_flags |= TOF_FASTOPEN; in rack_output()
17539 !(to.to_flags & TOF_FASTOPEN)) in rack_output()