Searched refs:TFO_ENABLED (Results 1 – 5 of 5) sorted by relevance
1519 if (tp->t_state == TCPS_SYN_RECEIVED && TFO_ENABLED(tp) && tp->snd_nxt == tp->snd_una + 1) { in tcp_output()1524 if (tp->t_state != TCPS_SYN_RECEIVED || TFO_ENABLED(tp)) { in tcp_output()1572 if ((flags & TH_SYN) && !TFO_ENABLED(tp)) { in tcp_output()1584 if ((flags & TH_SYN) && tp->t_state <= TCPS_SYN_SENT && TFO_ENABLED(tp)) { in tcp_output()1884 TFO_ENABLED(tp) && in tcp_output()2224 if (TFO_ENABLED(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()2229 if (TFO_ENABLED(tp) && in tcp_output()
913 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN) macro914 …CP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENABLED(tp))923 #define TCP_SYN_COOKIE_DISABLED(tp) (TFO_ENABLED(tp) || tp->t_mpflags & TMPF_MPTCP_TRUE || LOOPBACK…
4076 if (TFO_ENABLED(tp) && tcp_tfo_syn(tp, &to)) { in tcp_input()4134 if (TFO_ENABLED(tp) && in tcp_input()4846 if ((TFO_ENABLED(tp))) { in tcp_input()
1255 if (TFO_ENABLED(tp) && in tcp_timers()
2901 optval = !!TFO_ENABLED(tp); in tcp_ctloutput()