Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/net/
H A Dntstat.h1337 typedef void *nstat_userland_context; typedef
1371 nstat_userland_context ntstat_userland_stats_open(userland_stats_provider_context *ctx,
1377 void ntstat_userland_stats_close(nstat_userland_context nstat_ctx);
1380 void ntstat_userland_stats_event(nstat_userland_context nstat_ctx, uint64_t event);
H A Dntstat.c2629 __private_extern__ nstat_userland_context
2698 return (nstat_userland_context)shad; in ntstat_userland_stats_open()
2703 ntstat_userland_stats_close(nstat_userland_context nstat_ctx) in ntstat_userland_stats_close()
2807 nstat_userland_context nstat_ctx, in ntstat_userland_stats_event()
H A Dnecp_client.c457 nstat_userland_context stats_handler_context;