Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_cache.c854 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_success()
1078 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_loss()
1096 if (tp->t_tfo_stats & TFO_S_COOKIE_REQ) { in tcp_heuristic_tfo_rst()
H A Dtcp_usrreq.c1853 ti->tcpi_tfo_cookie_req = !!(tp->t_tfo_stats & TFO_S_COOKIE_REQ); in tcp_fill_info()
2092 tci->tcpi_tfo_cookie_req = !!(tp->t_tfo_stats & TFO_S_COOKIE_REQ); in tcp_connection_fill_info()
H A Dtcp_var.h757 #define TFO_S_COOKIE_REQ 0x10 /* TFO-cookie requested within the SYN */ macro
H A Dtcp_output.c455 tp->t_tfo_stats |= TFO_S_COOKIE_REQ; in tcp_tfo_write_cookie()