Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h286 tcpi_tfo_syn_data_rcv:1, /* Server received SYN+data with a valid cookie */ member
H A Dtcp_private.h272 tcpi_tfo_syn_data_rcv:1, /* Server received SYN+data with a valid cookie */ member
H A Dtcp_usrreq.c1849 ti->tcpi_tfo_syn_data_rcv = !!(tp->t_tfo_stats & TFO_S_SYNDATA_RCV); in tcp_fill_info()
2092 tci->tcpi_tfo_syn_data_rcv = !!(tp->t_tfo_stats & TFO_S_SYNDATA_RCV); in tcp_connection_fill_info()