Home
last modified time | relevance | path

Searched refs:t_tfo_flags (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_input.c1647 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()
[all …]
H A Dtcp_timer.c1204 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
1206 !(tp->t_tfo_flags & TFO_F_NO_SNDPROBING) && in tcp_timers()
1231 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
1254 tp->t_tfo_flags |= TFO_F_SYN_LOSS; in tcp_timers()
1552 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
H A Dtcp_output.c431 tp->t_tfo_flags |= TFO_F_COOKIE_REQ; in tcp_tfo_write_cookie()
441 tp->t_tfo_flags |= TFO_F_COOKIE_SENT; in tcp_tfo_write_cookie()
1368 (tp->t_tfo_flags & TFO_F_COOKIE_VALID) && in tcp_output()
1714 (tp->t_tfo_flags & TFO_F_OFFER_COOKIE)) { in tcp_output()
H A Dtcp_cache.c1168 tp->t_tfo_flags |= TFO_F_HEURISTIC_DONE; in tcp_heuristic_tfo_middlebox()
H A Dtcp_var.h605 u_int8_t t_tfo_flags; member
H A Dtcp_subr.c1677 if ((tp->t_tfo_flags & TFO_F_COOKIE_VALID)) { in tcp_close()
1683 tp->t_tfo_flags &= ~TFO_F_COOKIE_VALID; in tcp_close()