Searched refs:kstats_kaddr (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.41.6/bsd/net/ |
| H A D | necp_client.c | 482 void * kstats_kaddr; /* kernel snapshot of untrusted userspace stats, for calculating delta */ member 783 …, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_kaddr, boolean_t cans… 784 …ct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_kaddr, mach_vm_addres… 1288 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_aop_flow_stats() 1387 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_nexus_flow_stats() 1464 if (flow_registration->kstats_kaddr != NULL) { in necp_destroy_flow_stats() 1476 …obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kaddr, &flow_registra… in necp_destroy_flow_stats() 1477 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_destroy_flow_stats() 1559 if (flow_registration->kstats_kaddr != NULL) { in necp_defunct_flow_registration() 1560 …l_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)->necp_stats_us… in necp_defunct_flow_registration() [all …]
|
| /xnu-12377.41.6/tools/lldbmacros/ |
| H A D | skywalk.py | 605 clients_string += "0x%016x " % f.kstats_kaddr
|