Lines Matching refs:stats_handler_context
484 nstat_userland_context stats_handler_context; member
1473 if (flow_registration->stats_handler_context != NULL) { in necp_destroy_flow_stats()
1474 ntstat_userland_stats_close(flow_registration->stats_handler_context); in necp_destroy_flow_stats()
1475 flow_registration->stats_handler_context = NULL; in necp_destroy_flow_stats()
1594 if (flow_registration->stats_handler_context != NULL) { in necp_defunct_flow_registration()
1595 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_defunct_flow_registration()
5757 if (flow_registration->stats_handler_context != NULL) { in necp_client_early_close()
5758 ntstat_userland_stats_event(flow_registration->stats_handler_context, in necp_client_early_close()
10949 assert(flow_registration->stats_handler_context == NULL); in necp_client_stats_initial()
10960 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10962 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10972 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10974 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
10984 …flow_registration->stats_handler_context = ntstat_userland_stats_open((userland_stats_provider_con… in necp_client_stats_initial()
10986 if (flow_registration->stats_handler_context == NULL) { in necp_client_stats_initial()
11027 if (flow_registration->stats_handler_context == NULL) { in necp_stats_initialize()
11029 if (flow_registration->stats_handler_context != NULL) { in necp_stats_initialize()
11030 …ntstat_userland_stats_event(flow_registration->stats_handler_context, NECP_CLIENT_STATISTICS_EVENT… in necp_stats_initialize()