Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c485 struct flow_stats *nexus_stats; /* shared stats objects between necp_client and skywalk */ member
1294 struct sk_stats_flow *sf = &flow_registration->nexus_stats->fs_stats; in necp_client_collect_aop_flow_stats()
1481 if (flow_registration->nexus_stats != NULL) { in necp_destroy_flow_stats()
1482 flow_stats_release(flow_registration->nexus_stats); in necp_destroy_flow_stats()
1483 flow_registration->nexus_stats = NULL; in necp_destroy_flow_stats()
4318 void * __single nexus_stats = NULL; in necp_assign_client_result_locked() local
4321 …flow, assigned_from_userspace_agent ? NULL : &nexus_stats); // Only assign stats from kernel agents in necp_assign_client_result_locked()
4332 if (nexus_stats != NULL) { in necp_assign_client_result_locked()
4333 if (flow_registration->nexus_stats != NULL) { in necp_assign_client_result_locked()
4334 flow_stats_release(flow_registration->nexus_stats); in necp_assign_client_result_locked()
[all …]