Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c6760 struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr; in necp_request_nexus_tcp_netstats() local
6761 ASSERT(tcpstats != NULL); in necp_request_nexus_tcp_netstats()
6796 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
6806 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()
6807 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()
6808 digestp->rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()
6809 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
6810 digestp->txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()
6812 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_nexus_tcp_netstats()
6813 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_nexus_tcp_netstats()
[all …]