Searched refs:tfo_enabled (Results 1 – 6 of 6) sorted by relevance
1125 if (tp->t_state == TCPS_SYN_RECEIVED && tfo_enabled(tp) && tp->snd_nxt == tp->snd_una + 1) { in tcp_output()1130 if (tp->t_state != TCPS_SYN_RECEIVED || tfo_enabled(tp)) { in tcp_output()1178 if ((flags & TH_SYN) && !tfo_enabled(tp)) { in tcp_output()1190 if ((flags & TH_SYN) && tp->t_state <= TCPS_SYN_SENT && tfo_enabled(tp)) { in tcp_output()1462 tfo_enabled(tp) && in tcp_output()1802 if (tfo_enabled(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()1807 if (tfo_enabled(tp) && in tcp_output()
1768 extern boolean_t tfo_enabled(const struct tcpcb *tp);
3359 if (tfo_enabled(tp) && tcp_tfo_syn(tp, &to)) { in tcp_input()3575 if (tfo_enabled(tp) && in tcp_input()4399 if ((tfo_enabled(tp))) { in tcp_input()
1252 if (tfo_enabled(tp) && in tcp_timers()
2809 optval = tfo_enabled(tp); in tcp_ctloutput()
3875 tfo_enabled(const struct tcpcb *tp) in tfo_enabled() function