Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c6791 struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr; in necp_request_nexus_tcp_netstats() local
6792 ASSERT(tcpstats != NULL); in necp_request_nexus_tcp_netstats()
6827 if (tcpstats->necp_tcp_extra.flags1 & SOF1_CELLFALLBACK) { in necp_request_nexus_tcp_netstats()
6837 digestp->rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()
6838 digestp->txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()
6839 digestp->rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()
6840 digestp->rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()
6841 digestp->txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()
6843 digestp->state = tcpstats->necp_tcp_extra.state; in necp_request_nexus_tcp_netstats()
6844 digestp->txunacked = tcpstats->necp_tcp_extra.txunacked; in necp_request_nexus_tcp_netstats()
[all …]