Lines Matching refs:stats_handler_context

484 	nstat_userland_context stats_handler_context;  member
1472 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1473 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1474 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1579 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1580 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5726 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5727 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
10918 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
10929 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10931 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10941 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10943 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10953 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10955 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10996 if (flow_registration->stats_handler_context == NULL) { in necp_stats_initialize()
10998 if (flow_registration->stats_handler_context != NULL) { in necp_stats_initialize()
10999 …ntstat_userland_stats_event(flow_registration->stats_handler_context, NECP_CLIENT_STATISTICS_EVENT… in necp_stats_initialize()