Home
last modified time | relevance | path

Searched refs:TFO_S_SYN_LOSS (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1857 ti->tcpi_tfo_syn_loss = !!(tp->t_tfo_stats & TFO_S_SYN_LOSS); in tcp_fill_info()
2096 tci->tcpi_tfo_syn_loss = !!(tp->t_tfo_stats & TFO_S_SYN_LOSS); in tcp_connection_fill_info()
H A Dtcp_var.h761 #define TFO_S_SYN_LOSS 0x0100 /* SYN+TFO has been lost - fallback to regular TCP */ macro
H A Dtcp_input.c1662 tp->t_tfo_stats |= TFO_S_SYN_LOSS; in tcp_tfo_synack()