Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h285 tcpi_tfo_syn_data_acked:1, /* SYN+data has been fully acknowledged */ member
H A Dtcp_private.h271 tcpi_tfo_syn_data_acked:1, /* SYN+data has been fully acknowledged */ member
H A Dtcp_usrreq.c1857 ti->tcpi_tfo_syn_data_acked = !!(tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED); in tcp_fill_info()
2099 tci->tcpi_tfo_syn_data_acked = !!(tp->t_tfo_stats & TFO_S_SYN_DATA_ACKED); in tcp_connection_fill_info()