Lines Matching refs:stats_handler_context

466 	nstat_userland_context stats_handler_context;  member
1336 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1337 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1338 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1443 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1444 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5507 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5508 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
10128 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
10139 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10141 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10151 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10153 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10163 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10165 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10206 if (flow_registration->stats_handler_context == NULL) { in necp_stats_initialize()
10208 if (flow_registration->stats_handler_context != NULL) { in necp_stats_initialize()
10209 …ntstat_userland_stats_event(flow_registration->stats_handler_context, NECP_CLIENT_STATISTICS_EVENT… in necp_stats_initialize()