Home
last modified time | relevance | path

Searched refs:nexus_stats (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c458 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1225 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1226 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1227 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
4012 void *nexus_stats = NULL; in necp_assign_client_result_locked() local
4016 … assigned_from_userspace_agent ? NULL : &nexus_stats); // Only assign stats from kernel agents in necp_assign_client_result_locked()
4027 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
4028 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
4029 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
4031 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()
[all …]