Lines Matching refs:stats_handler_context

457 	nstat_userland_context stats_handler_context;  member
1215 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1216 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1217 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1322 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1323 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5297 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5298 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
9633 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
9643 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9645 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9655 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9657 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9667 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
9669 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
9710 if (flow_registration->stats_handler_context == NULL) { in necp_stats_initialize()
9712 if (flow_registration->stats_handler_context != NULL) { in necp_stats_initialize()
9713 …ntstat_userland_stats_event(flow_registration->stats_handler_context, NECP_CLIENT_STATISTICS_EVENT… in necp_stats_initialize()