Searched refs:TFO_F_COOKIE_SENT (Results 1 – 3 of 3) sorted by relevance
601 #define TFO_F_COOKIE_SENT 0x08 /* Client did send a cookie in the SYN */ macro
441 tp->t_tfo_flags |= TFO_F_COOKIE_SENT; in tcp_tfo_write_cookie()
1701 if (tp->t_tfo_flags & TFO_F_COOKIE_SENT) { in tcp_tfo_synack()3569 if ((tp->t_tfo_flags & (TFO_F_COOKIE_REQ | TFO_F_COOKIE_SENT)) || in tcp_input()