Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/kern/
H A Dsocket_flows.c940 nstat_counts *countsp, in soflow_nstat_provider_request_vals() argument
959 if ((countsp == NULL) && (metadatap == NULL)) { in soflow_nstat_provider_request_vals()
965 if (countsp) { in soflow_nstat_provider_request_vals()
966 bzero(countsp, sizeof(*countsp)); in soflow_nstat_provider_request_vals()
967 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()
968 countsp->nstat_rxbytes = hash_entry->soflow_rxbytes; in soflow_nstat_provider_request_vals()
969 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()
970 countsp->nstat_txbytes = hash_entry->soflow_txbytes; in soflow_nstat_provider_request_vals()
974countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
/xnu-8796.141.3/bsd/net/
H A Dnecp_client.c6177 nstat_counts *countsp, in necp_request_tcp_netstats() argument
6213 if ((digestp == NULL) && (countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()
6235 if ((countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()
6251 if (countsp) { in necp_request_tcp_netstats()
6252 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6253 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6255 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6256 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6257 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6259 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_tcp_netstats()
[all …]
H A Dntstat.h1360 nstat_counts *countsp,
1417 nstat_counts *countsp, /* Counts to be filled in */