Lines Matching refs:kstats_kaddr
482 void * kstats_kaddr; /* kernel snapshot of untrusted userspace stats, for calculating delta */ member
784 …, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_kaddr, boolean_t cans…
785 …ct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_kaddr, mach_vm_addres…
1289 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_aop_flow_stats()
1388 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_nexus_flow_stats()
1465 if (flow_registration->kstats_kaddr != NULL) { in necp_destroy_flow_stats()
1477 …obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kaddr, &flow_registra… in necp_destroy_flow_stats()
1478 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_destroy_flow_stats()
1574 if (flow_registration->kstats_kaddr != NULL) { in necp_defunct_flow_registration()
1575 …l_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)->necp_stats_us… in necp_defunct_flow_registration()
1848 if (flow_registration->kstats_kaddr != NULL) { in necp_destroy_client_flow_registration()
1849 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_destroy_client_flow_registration()
5336 if (flow_registration->kstats_kaddr != NULL) { in necp_defunct_client_fd_locked_inner()
5337 …l_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)->necp_stats_us… in necp_defunct_client_fd_locked_inner()
6790 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_nexus_tcp_netstats()
7223 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_udp_netstats()
7382 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_quic_netstats()
10672 void **kstats_kaddr, in necp_arena_stats_obj_alloc() argument
10686 ASSERT(kstats_kaddr != NULL && *kstats_kaddr == NULL); in necp_arena_stats_obj_alloc()
10708 *kstats_kaddr = kstats_obj; in necp_arena_stats_obj_alloc()
10716 …ct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_kaddr, mach_vm_addres… in necp_arena_stats_obj_free() argument
10723 ASSERT(kstats_kaddr != NULL && *kstats_kaddr != NULL); in necp_arena_stats_obj_free()
10726 skmem_cache_free(skmem_arena_necp(stats_arena->nai_arena)->arc_kstats_cache, *kstats_kaddr); in necp_arena_stats_obj_free()
10727 *kstats_kaddr = NULL; in necp_arena_stats_obj_free()
10900 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_client_stats_bufreq()
10902 …obj_alloc(fd_data, &off, &flow_registration->stats_arena, &flow_registration->kstats_kaddr, FALSE); in necp_client_stats_bufreq()
10919 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_client_stats_bufreq()
10925 ASSERT(flow_registration->kstats_kaddr != NULL); in necp_client_stats_bufreq()
10927 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_stats_bufreq()
10952 assert(flow_registration->kstats_kaddr); in necp_client_stats_initial()