Home
last modified time | relevance | path

Searched refs:necp_tcp_extra (Results 1 – 2 of 2) sorted by relevance

/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c6557 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_tcp_netstats()
6573 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_tcp_netstats()
6574 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_tcp_netstats()
6575 digestp->txwindow = tcpstats->necp_tcp_extra.txwindow; in necp_request_tcp_netstats()
6576 digestp->connstatus.probe_activated = tcpstats->necp_tcp_extra.probestatus.probe_activated; in necp_request_tcp_netstats()
6577 digestp->connstatus.write_probe_failed = tcpstats->necp_tcp_extra.probestatus.write_probe_failed; in necp_request_tcp_netstats()
6578 digestp->connstatus.read_probe_failed = tcpstats->necp_tcp_extra.probestatus.read_probe_failed; in necp_request_tcp_netstats()
6579 digestp->connstatus.conn_probe_failed = tcpstats->necp_tcp_extra.probestatus.conn_probe_failed; in necp_request_tcp_netstats()
6598 countsp->nstat_connectattempts = tcpstats->necp_tcp_extra.state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_tcp_netstats()
6599 countsp->nstat_connectsuccesses = tcpstats->necp_tcp_extra.state >= TCPS_ESTABLISHED ? 1 : 0; in necp_request_tcp_netstats()
[all …]
H A Dnecp.h497 struct necp_extra_tcp_metadata necp_tcp_extra; member