Searched refs:countsp (Results 1 – 3 of 3) sorted by relevance
951 nstat_counts *countsp, in soflow_nstat_provider_request_vals() argument971 if ((countsp == NULL) && (metadatap == NULL)) { in soflow_nstat_provider_request_vals()977 if (countsp) { in soflow_nstat_provider_request_vals()978 bzero(countsp, sizeof(*countsp)); in soflow_nstat_provider_request_vals()979 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()980 countsp->nstat_rxbytes = hash_entry->soflow_rxbytes; in soflow_nstat_provider_request_vals()981 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()982 countsp->nstat_txbytes = hash_entry->soflow_txbytes; in soflow_nstat_provider_request_vals()986 …countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
6784 nstat_counts *countsp, in necp_request_nexus_tcp_netstats() argument6830 if ((digestp == NULL) && (countsp == NULL) && (detailed_countsp == NULL) && (metadatap == NULL)) { in necp_request_nexus_tcp_netstats()6851 if ((countsp == NULL) && (metadatap == NULL)) { in necp_request_nexus_tcp_netstats()6856 if (countsp) { in necp_request_nexus_tcp_netstats()6857 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_nexus_tcp_netstats()6858 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_nexus_tcp_netstats()6860 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_nexus_tcp_netstats()6861 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_nexus_tcp_netstats()6862 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_nexus_tcp_netstats()6864 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_nexus_tcp_netstats()[all …]
1751 nstat_counts *countsp,1812 nstat_counts *countsp, /* Counts to be filled in */