Searched refs:nexus_stats (Results 1 – 1 of 1) sorted by relevance
467 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member1345 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()1346 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()1347 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()4161 void * __single nexus_stats = NULL; in necp_assign_client_result_locked() local4165 … assigned_from_userspace_agent ? NULL : &nexus_stats); // Only assign stats from kernel agents in necp_assign_client_result_locked()4176 if (nexus_stats != NULL) { in necp_assign_client_result_locked()4177 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()4178 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()4180 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()[all …]