Searched refs:nexus_stats (Results 1 – 1 of 1) sorted by relevance
446 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member1196 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()1197 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()1198 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()3887 void *nexus_stats = NULL; in necp_assign_client_result_locked() local3890 &flow->local_addr, &flow->remote_addr, &nexus_stats); in necp_assign_client_result_locked()3901 if (nexus_stats != NULL) { in necp_assign_client_result_locked()3902 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()3903 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()3905 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()[all …]