Lines Matching refs:nexus_stats
454 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1217 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1218 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1219 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
3908 void *nexus_stats = NULL; in necp_assign_client_result_locked() local
3911 &flow->local_addr, &flow->remote_addr, &nexus_stats); in necp_assign_client_result_locked()
3922 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
3923 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
3924 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
3926 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()
6057 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_tcp_netstats()
6201 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_udp_netstats()
6339 const struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_request_quic_netstats()