Home
last modified time | relevance | path

Searched refs:TFO_F_COOKIE_VALID (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.101.15/bsd/netinet/ !
H A Dtcp_input.c1621 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()
H A Dtcp_var.h746 #define TFO_F_COOKIE_VALID 0x02 /* The received cookie is valid */ macro
H A Dtcp_subr.c1737 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_close()
1743 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_close()
H A Dtcp_output.c1589 (tp->t_tfo_flags & TFO_F_COOKIE_VALID) && in tcp_output()