Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_output.c818 to.to_flags |= TOF_FASTOPEN; in tcp_output()
825 to.to_flags |= TOF_FASTOPEN; in tcp_output()
887 !(to.to_flags & TOF_FASTOPEN)) in tcp_output()
1861 case TOF_FASTOPEN: in tcp_addoptions()
1868 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
H A Dtcp_var.h459 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
H A Dtcp_syncache.c1513 (to->to_flags & TOF_FASTOPEN)) { in syncache_add()
1988 to.to_flags |= TOF_FASTOPEN; in syncache_respond()
H A Dtcp_input.c1676 if (to.to_flags & TOF_FASTOPEN) { in tcp_do_segment()
3507 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h459 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c11014 if (to.to_flags & TOF_FASTOPEN) { in rack_do_segment_nounlock()
13033 to.to_flags |= TOF_FASTOPEN; in rack_output()
13040 to.to_flags |= TOF_FASTOPEN; in rack_output()
13091 !(to.to_flags & TOF_FASTOPEN)) in rack_output()
H A Dbbr.c11534 if (to.to_flags & TOF_FASTOPEN) { in bbr_do_segment_nounlock()
13015 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
13022 to.to_flags |= TOF_FASTOPEN; in bbr_output_wtime()
13066 !(to.to_flags & TOF_FASTOPEN)) in bbr_output_wtime()