Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.h72 typedef struct nstat_counts { struct
96 } nstat_counts; argument
1093 nstat_counts counts;
1100 nstat_counts counts; \
1700 struct nstat_counts* nstat_route_attach(struct rtentry *rte);
1751 nstat_counts *countsp,
1779 nstat_counts counts;
1812 nstat_counts *countsp, /* Counts to be filled in */
H A Dntstat.c564 …errno_t (*nstat_counts)(nstat_provider_cookie_t cookie, struct nstat_counts *out_c… member
1343 struct nstat_counts *out_counts, in nstat_route_counts()
1347 struct nstat_counts *rt_stats = rt->rt_stats; in nstat_route_counts()
1581 nstat_route_provider.nstat_counts = nstat_route_counts; in nstat_init_route_provider()
1594 __private_extern__ struct nstat_counts*
1598 struct nstat_counts * __single result = rte->rt_stats; in nstat_route_attach()
1603 result = kalloc_type(struct nstat_counts, Z_WAITOK | Z_ZERO); in nstat_route_attach()
1609 kfree_type(struct nstat_counts, result); in nstat_route_attach()
1621 kfree_type(struct nstat_counts, rte->rt_stats); in nstat_route_detach()
1631 struct nstat_counts* stats = nstat_route_attach(rte); in nstat_route_connect_attempt()
[all …]
H A Dnetsrc.c117 struct nstat_counts *rt_stats = rt->rt_stats; in netsrc_common()
H A Droute_private.h183 struct nstat_counts *rt_stats; /* route stats */
H A Dnecp_client.c6753 nstat_counts *countsp, in necp_request_nexus_tcp_netstats()
6954 nstat_counts *countsp, in necp_request_aop_tcp_netstats()
7159 nstat_counts *countsp, in necp_request_tcp_netstats()
7180 nstat_counts *countsp, in necp_request_udp_netstats()
7341 nstat_counts *countsp, in necp_request_quic_netstats()
7658 nstat_counts *countsp, in necp_request_conn_netstats()
11119 struct nstat_counts *rt_stats = client->current_route->rt_stats; in necp_client_copy_route_statistics()
/xnu-12377.61.12/bsd/kern/
H A Dsocket_flows.c951 nstat_counts *countsp, in soflow_nstat_provider_request_vals()