Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsocket_flows.c936 nstat_counts *countsp, in soflow_nstat_provider_request_vals() argument
955 if ((countsp == NULL) && (metadatap == NULL)) { in soflow_nstat_provider_request_vals()
961 if (countsp) { in soflow_nstat_provider_request_vals()
962 bzero(countsp, sizeof(*countsp)); in soflow_nstat_provider_request_vals()
963 countsp->nstat_rxpackets = hash_entry->soflow_rxpackets; in soflow_nstat_provider_request_vals()
964 countsp->nstat_rxbytes = hash_entry->soflow_rxbytes; in soflow_nstat_provider_request_vals()
965 countsp->nstat_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()
966 countsp->nstat_txbytes = hash_entry->soflow_txbytes; in soflow_nstat_provider_request_vals()
970countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c5942 nstat_counts *countsp, in necp_request_tcp_netstats() argument
5978 if ((digestp == NULL) && (countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()
6000 if ((countsp == NULL) && (metadatap == NULL)) { in necp_request_tcp_netstats()
6016 if (countsp) { in necp_request_tcp_netstats()
6017 countsp->nstat_rxbytes = tcpstats->necp_tcp_counts.necp_stat_rxbytes; in necp_request_tcp_netstats()
6018 countsp->nstat_txbytes = tcpstats->necp_tcp_counts.necp_stat_txbytes; in necp_request_tcp_netstats()
6020 countsp->nstat_rxduplicatebytes = tcpstats->necp_tcp_counts.necp_stat_rxduplicatebytes; in necp_request_tcp_netstats()
6021 countsp->nstat_rxoutoforderbytes = tcpstats->necp_tcp_counts.necp_stat_rxoutoforderbytes; in necp_request_tcp_netstats()
6022 countsp->nstat_txretransmit = tcpstats->necp_tcp_counts.necp_stat_txretransmit; in necp_request_tcp_netstats()
6024 countsp->nstat_min_rtt = tcpstats->necp_tcp_counts.necp_stat_min_rtt; in necp_request_tcp_netstats()
[all …]
H A Dntstat.h1359 nstat_counts *countsp,
1413 nstat_counts *countsp, /* Counts to be filled in */