Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_timer.c1216 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
1218 !(tp->t_tfo_flags & TFO_F_NO_SNDPROBING) && in tcp_timers()
1243 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
1272 tp->t_tfo_flags |= TFO_F_SYN_LOSS; in tcp_timers()
1580 !(tp->t_tfo_flags & TFO_F_HEURISTIC_DONE) && in tcp_timers()
H A Dtcp_input.c1593 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
1608 tp->t_tfo_flags |= TFO_F_OFFER_COOKIE; in tcp_tfo_syn()
1621 tp->t_tfo_flags |= TFO_F_COOKIE_VALID; in tcp_tfo_syn()
1649 if (tp->t_tfo_flags & TFO_F_COOKIE_SENT) { in tcp_tfo_synack()
1661 tp->t_tfo_flags & TFO_F_SYN_LOSS) { in tcp_tfo_synack()
1667 if (tp->t_tfo_flags & TFO_F_COOKIE_REQ) { in tcp_tfo_synack()
4043 if ((tp->t_tfo_flags & (TFO_F_COOKIE_REQ | TFO_F_COOKIE_SENT)) || in tcp_input()
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()
5424 !(tp->t_tfo_flags & TFO_F_NO_SNDPROBING) && in tcp_input()
[all …]
H A Dtcp_output.c453 tp->t_tfo_flags |= TFO_F_COOKIE_REQ; in tcp_tfo_write_cookie()
463 tp->t_tfo_flags |= TFO_F_COOKIE_SENT; in tcp_tfo_write_cookie()
1589 (tp->t_tfo_flags & TFO_F_COOKIE_VALID) && in tcp_output()
1967 (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.h752 u_int8_t t_tfo_flags; member
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()