Searched refs:tcpstats (Results 1 – 1 of 1) sorted by relevance
6791 struct necp_tcp_stats *tcpstats = (struct necp_tcp_stats *)ustats_kaddr; in necp_request_nexus_tcp_netstats() local6792 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 …]