Home
last modified time | relevance | path

Searched refs:TFO_ENABLED (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c1223 if (tp->t_state == TCPS_SYN_RECEIVED && TFO_ENABLED(tp) && tp->snd_nxt == tp->snd_una + 1) { in tcp_output()
1228 if (tp->t_state != TCPS_SYN_RECEIVED || TFO_ENABLED(tp)) { in tcp_output()
1276 if ((flags & TH_SYN) && !TFO_ENABLED(tp)) { in tcp_output()
1288 if ((flags & TH_SYN) && tp->t_state <= TCPS_SYN_SENT && TFO_ENABLED(tp)) { in tcp_output()
1588 TFO_ENABLED(tp) && in tcp_output()
1960 if (TFO_ENABLED(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()
1965 if (TFO_ENABLED(tp) && in tcp_output()
H A Dtcp_var.h876 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN) macro
877 …CP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENABLED(tp))
H A Dtcp_input.c3616 if (TFO_ENABLED(tp) && tcp_tfo_syn(tp, &to)) { in tcp_input()
3727 if (TFO_ENABLED(tp) && in tcp_input()
4602 if ((TFO_ENABLED(tp))) { in tcp_input()
H A Dtcp_timer.c1269 if (TFO_ENABLED(tp) && in tcp_timers()
H A Dtcp_usrreq.c2900 optval = !!TFO_ENABLED(tp); in tcp_ctloutput()