Searched refs:countsp (Results 1 – 3 of 3) sorted by relevance
951 nstat_counts *countsp, in soflow_nstat_provider_request_vals() argument970 if ((countsp == NULL) && (metadatap == NULL)) { in soflow_nstat_provider_request_vals()976 if (countsp) { in soflow_nstat_provider_request_vals()977 bzero(countsp, sizeof(*countsp)); in soflow_nstat_provider_request_vals()978 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()979 countsp->nstat_rxbytes = hash_entry->soflow_rxbytes; in soflow_nstat_provider_request_vals()980 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()981 countsp->nstat_txbytes = hash_entry->soflow_txbytes; in soflow_nstat_provider_request_vals()985 …countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
6512 nstat_counts *countsp, in necp_request_tcp_netstats() argument6560 if ((digestp == NULL) && (countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()6581 if ((countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()6586 if (countsp) { in necp_request_tcp_netstats()6587 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()6588 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()6590 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()6591 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()6592 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()6594 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_tcp_netstats()[all …]
1476 nstat_counts *countsp,1536 nstat_counts *countsp, /* Counts to be filled in */