Searched refs:TFO_F_COOKIE_VALID (Results 1 – 4 of 4) sorted by relevance
1621 tp->t_tfo_flags |= TFO_F_COOKIE_VALID; in tcp_tfo_syn()4807 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_input()4816 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_input()5787 (tp->t_tfo_flags & TFO_F_COOKIE_VALID)))) { in tcp_input()
746 #define TFO_F_COOKIE_VALID 0x02 /* The received cookie is valid */ macro
1737 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_close()1743 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_close()
1589 (tp->t_tfo_flags & TFO_F_COOKIE_VALID) && in tcp_output()