Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_output.c750 to.to_flags |= TOF_FASTOPEN; in tcp_output()
757 to.to_flags |= TOF_FASTOPEN; in tcp_output()
813 !(to.to_flags & TOF_FASTOPEN)) in tcp_output()
1546 case TOF_FASTOPEN: in tcp_addoptions()
1553 to->to_flags &= ~TOF_FASTOPEN; in tcp_addoptions()
Dtcp_var.h500 #define TOF_FASTOPEN 0x0100 /* TCP Fast Open (TFO) cookie */ macro
Dtcp_input.c791 (to.to_flags & TOF_FASTOPEN)) { in tcp_input()
1170 if (to.to_flags & TOF_FASTOPEN) { in tcp_do_segment()
2866 to->to_flags |= TOF_FASTOPEN; in tcp_dooptions()