Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c465 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1245 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1246 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1247 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
4048 void *nexus_stats = NULL; in necp_assign_client_result_locked() local
4052 … assigned_from_userspace_agent ? NULL : &nexus_stats); // Only assign stats from kernel agents in necp_assign_client_result_locked()
4063 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
4064 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
4065 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
4067 flow_registration->nexus_stats = nexus_stats; in necp_assign_client_result_locked()
[all …]