Lines Matching refs:t_tfo_flags
1647 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
1661 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
1674 tp->t_tfo_flags |= TFO_F_COOKIE_VALID; in tcp_tfo_syn()
1701 if (tp->t_tfo_flags & TFO_F_COOKIE_SENT) { in tcp_tfo_synack()
1713 tp->t_tfo_flags & TFO_F_SYN_LOSS) { in tcp_tfo_synack()
1719 if (tp->t_tfo_flags & TFO_F_COOKIE_REQ) { in tcp_tfo_synack()
3569 if ((tp->t_tfo_flags & (TFO_F_COOKIE_REQ | TFO_F_COOKIE_SENT)) || in tcp_input()
4237 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_input()
4246 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_input()
4819 !(tp->t_tfo_flags & TFO_F_NO_SNDPROBING) && in tcp_input()
4821 tp->t_tfo_flags |= TFO_F_NO_SNDPROBING; in tcp_input()
5117 (tp->t_tfo_flags & TFO_F_COOKIE_VALID)))) { in tcp_input()