Searched refs:tfo_enabled (Results 1 – 6 of 6) sorted by relevance
1157 if (tp->t_state == TCPS_SYN_RECEIVED && tfo_enabled(tp) && tp->snd_nxt == tp->snd_una + 1) { in tcp_output()1162 if (tp->t_state != TCPS_SYN_RECEIVED || tfo_enabled(tp)) { in tcp_output()1210 if ((flags & TH_SYN) && !tfo_enabled(tp)) { in tcp_output()1222 if ((flags & TH_SYN) && tp->t_state <= TCPS_SYN_SENT && tfo_enabled(tp)) { in tcp_output()1493 tfo_enabled(tp) && in tcp_output()1863 if (tfo_enabled(tp) && !(tp->t_flags & TF_NOOPT) && in tcp_output()1868 if (tfo_enabled(tp) && in tcp_output()
1790 extern boolean_t tfo_enabled(const struct tcpcb *tp);
3413 if (tfo_enabled(tp) && tcp_tfo_syn(tp, &to)) { in tcp_input()3522 if (tfo_enabled(tp) && in tcp_input()4375 if ((tfo_enabled(tp))) { in tcp_input()
1271 if (tfo_enabled(tp) && in tcp_timers()
2877 optval = tfo_enabled(tp); in tcp_ctloutput()
3890 tfo_enabled(const struct tcpcb *tp) in tfo_enabled() function