Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dntstat.h1728 typedef void *nstat_userland_context; typedef
1763 nstat_userland_context ntstat_userland_stats_open(userland_stats_provider_context *ctx,
1769 void ntstat_userland_stats_close(nstat_userland_context nstat_ctx);
1772 void ntstat_userland_stats_event(nstat_userland_context nstat_ctx, uint64_t event);
H A Dntstat.c3455 __private_extern__ nstat_userland_context
3527 return (nstat_userland_context)shad; in ntstat_userland_stats_open()
3532 ntstat_userland_stats_close(nstat_userland_context nstat_ctx) in ntstat_userland_stats_close()
3608 nstat_userland_context nstat_ctx, in ntstat_userland_stats_event()
H A Dnecp_client.c484 nstat_userland_context stats_handler_context;