Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp_client.c445 nstat_userland_context stats_handler_context; member
1187 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1188 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1189 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1294 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1295 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5118 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5119 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
9264 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
9274 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
[all …]