Searched refs:detailed_countsp (Results 1 – 2 of 2) sorted by relevance
6754 nstat_detailed_counts *detailed_countsp, in necp_request_nexus_tcp_netstats() argument6799 if ((digestp == NULL) && (countsp == NULL) && (detailed_countsp == NULL) && (metadatap == NULL)) { in necp_request_nexus_tcp_netstats()6857 if (detailed_countsp) { in necp_request_nexus_tcp_netstats()6858 …detailed_countsp->nstat_media_stats.ms_total.ts_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxby… in necp_request_nexus_tcp_netstats()6859 …detailed_countsp->nstat_media_stats.ms_total.ts_txbytes = tcpstats->necp_tcp_counts.necp_stat_txby… in necp_request_nexus_tcp_netstats()6860 …detailed_countsp->nstat_media_stats.ms_total.ts_rxpackets = tcpstats->necp_tcp_counts.necp_stat_rx… in necp_request_nexus_tcp_netstats()6861 …detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpstats->necp_tcp_counts.necp_stat_tx… in necp_request_nexus_tcp_netstats()6863 detailed_countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()6864 detailed_countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()6865 detailed_countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()[all …]
1752 nstat_detailed_counts *detailed_countsp,