Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.c1044 struct nstat_counts *out_counts, in nstat_route_counts() argument
1071 out_counts->nstat_cell_rxbytes = out_counts->nstat_cell_txbytes = 0; in nstat_route_counts()
1073 bzero(out_counts, sizeof(*out_counts)); in nstat_route_counts()
1709 struct nstat_counts *out_counts, in nstat_tcp_counts() argument
1716 bzero(out_counts, sizeof(*out_counts)); in nstat_tcp_counts()
1746 if (out_counts->nstat_avg_rtt < out_counts->nstat_min_rtt) { in nstat_tcp_counts()
1747 out_counts->nstat_min_rtt = out_counts->nstat_avg_rtt; in nstat_tcp_counts()
2283 struct nstat_counts *out_counts, in nstat_udp_counts() argument
3436 memset(out_counts, 0, sizeof(*out_counts)); in nstat_generic_provider_counts()
4014 bzero(out_counts, sizeof(*out_counts)); in nstat_ifnet_counts()
[all …]