Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.h1769 void ntstat_userland_stats_close(nstat_userland_context nstat_ctx);
1772 void ntstat_userland_stats_event(nstat_userland_context nstat_ctx, uint64_t event);
1831 void nstat_provider_stats_close(nstat_context nstat_ctx);
1834 void nstat_provider_stats_event(nstat_context nstat_ctx, uint64_t event);
H A Dntstat.c3532 ntstat_userland_stats_close(nstat_userland_context nstat_ctx) in ntstat_userland_stats_close() argument
3534 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)nstat_ctx; in ntstat_userland_stats_close()
3608 nstat_userland_context nstat_ctx, in ntstat_userland_stats_event() argument
3615 struct nstat_tu_shadow *shad = (struct nstat_tu_shadow *)nstat_ctx; in ntstat_userland_stats_event()
4165 nstat_provider_stats_close(nstat_context nstat_ctx) in nstat_provider_stats_close() argument
4170 struct nstat_generic_shadow *gshad = (struct nstat_generic_shadow *)nstat_ctx; in nstat_provider_stats_close()
4207 nstat_provider_stats_event(__unused nstat_context nstat_ctx, __unused uint64_t event) in nstat_provider_stats_event() argument
4210 struct nstat_generic_shadow *gshad = (struct nstat_generic_shadow *)nstat_ctx; in nstat_provider_stats_event()