Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c485 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1295 struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_client_collect_aop_flow_stats()
1482 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1483 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1484 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
4345 void * __single nexus_stats = NULL; in necp_assign_client_result_locked() local
4348 …flow, assigned_from_userspace_agent ? NULL : &nexus_stats); // Only assign stats from kernel agents in necp_assign_client_result_locked()
4359 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
4360 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
4361 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
[all …]