Lines Matching refs:stats_handler_context
453 nstat_userland_context stats_handler_context; member
1208 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1209 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1210 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1315 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1316 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5139 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5140 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
9319 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
9329 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9331 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9341 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9343 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9353 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9355 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9396 if (flow_registration->stats_handler_context == NULL) { in necp_stats_initialize()
9398 if (flow_registration->stats_handler_context != NULL) { in necp_stats_initialize()
9399 …ntstat_userland_stats_event(flow_registration->stats_handler_context, NECP_CLIENT_STATISTICS_EVENT… in necp_stats_initialize()