Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_usrreq.c1860 ti->tcpi_tfo_heuristics_disable = !!(tp->t_tfo_stats & TFO_S_HEURISTICS_DISABLE); in tcp_fill_info()
2099 tci->tcpi_tfo_heuristics_disable = !!(tp->t_tfo_stats & TFO_S_HEURISTICS_DISABLE); in tcp_connection_fill_info()
H A Dtcp_var.h764 #define TFO_S_HEURISTICS_DISABLE 0x0800 /* TFO-heuristics disabled it for this connection */ macro
H A Dtcp_output.c322 tp->t_tfo_stats |= TFO_S_HEURISTICS_DISABLE; in tcp_tfo_check()