Home
last modified time | relevance | path

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

/xnu-11215/bsd/netinet/
H A Dtcp_output.c1202 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()
H A Dtcp_var.h870 #define TFO_ENABLED(tp) (tp->t_flagsext & TF_FASTOPEN) macro
871 …CP_RACK_ENABLED(tp) ((tp->t_flagsext & TF_RACK_ENABLED) && SACK_ENABLED(tp) && !TFO_ENABLED(tp))
H A Dtcp_input.c3574 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()
H A Dtcp_timer.c1263 if (TFO_ENABLED(tp) && in tcp_timers()
H A Dtcp_usrreq.c2898 optval = !!TFO_ENABLED(tp); in tcp_ctloutput()