Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/kern/
H A Dsocket_flows.c951 nstat_counts *countsp, in soflow_nstat_provider_request_vals() argument
970 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()
985countsp->nstat_rxpackets, countsp->nstat_rxbytes, countsp->nstat_txpackets, countsp->nstat_txbytes… in soflow_nstat_provider_request_vals()
/xnu-11417.140.69/bsd/net/
H A Dnecp_client.c6512 nstat_counts *countsp, in necp_request_tcp_netstats() argument
6560 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 …]
H A Dntstat.h1476 nstat_counts *countsp,
1536 nstat_counts *countsp, /* Counts to be filled in */