Searched refs:TFO_F_COOKIE_VALID (Results 1 – 4 of 4) sorted by relevance
1674 tp->t_tfo_flags |= TFO_F_COOKIE_VALID; in tcp_tfo_syn()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()5117 (tp->t_tfo_flags & TFO_F_COOKIE_VALID)))) { in tcp_input()
599 #define TFO_F_COOKIE_VALID 0x02 /* The received cookie is valid */ macro
1677 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_close()1683 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_close()
1368 (tp->t_tfo_flags & TFO_F_COOKIE_VALID) && in tcp_output()