Searched refs:TFO_ENABLED (Results 1 – 5 of 5) sorted by relevance
1202 if (tp->t_state == TCPS_SYN_RECEIVED && TFO_ENABLED(tp) && tp->snd_nxt == tp->snd_una + 1) { in tcp_output()1207 if (tp->t_state != TCPS_SYN_RECEIVED || TFO_ENABLED(tp)) { in tcp_output()1255 if ((flags & TH_SYN) && !TFO_ENABLED(tp)) { in tcp_output()1267 if ((flags & TH_SYN) && tp->t_state <= TCPS_SYN_SENT && TFO_ENABLED(tp)) { in tcp_output()1547 TFO_ENABLED(tp) && in tcp_output()1918 if (TFO_ENABLED(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()1923 if (TFO_ENABLED(tp) && in tcp_output()
870 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN) macro871 …CP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENABLED(tp))
3574 if (TFO_ENABLED(tp) && tcp_tfo_syn(tp, &to)) { in tcp_input()3683 if (TFO_ENABLED(tp) && in tcp_input()4551 if ((TFO_ENABLED(tp))) { in tcp_input()
1263 if (TFO_ENABLED(tp) && in tcp_timers()
2898 optval = !!TFO_ENABLED(tp); in tcp_ctloutput()