Lines Matching refs:kstats_kaddr
451 void * kstats_kaddr; /* kernel snapshot of untrusted userspace stats, for calculating delta */ member
737 …, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_kaddr, boolean_t cans…
738 …ct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_kaddr, mach_vm_addres…
1133 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_collect_stats()
1200 if (flow_registration->kstats_kaddr != NULL) { in necp_destroy_flow_stats()
1212 …obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kaddr, &flow_registra… in necp_destroy_flow_stats()
1213 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_destroy_flow_stats()
1295 if (flow_registration->kstats_kaddr != NULL) { in necp_defunct_flow_registration()
1296 …l_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)->necp_stats_us… in necp_defunct_flow_registration()
1569 if (flow_registration->kstats_kaddr != NULL) { in necp_destroy_client_flow_registration()
1570 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_destroy_client_flow_registration()
4818 if (flow_registration->kstats_kaddr != NULL) { in necp_defunct_client_fd_locked_inner()
4819 …l_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)->necp_stats_us… in necp_defunct_client_fd_locked_inner()
6003 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_tcp_netstats()
6173 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_udp_netstats()
6292 …struct necp_all_stats *ustats_kaddr = ((struct necp_all_kstats *)flow_registration->kstats_kaddr)-… in necp_request_quic_netstats()
9048 void **kstats_kaddr, in necp_arena_stats_obj_alloc() argument
9059 ASSERT(kstats_kaddr != NULL && *kstats_kaddr == NULL); in necp_arena_stats_obj_alloc()
9079 *kstats_kaddr = kstats_obj; in necp_arena_stats_obj_alloc()
9087 …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
9094 ASSERT(kstats_kaddr != NULL && *kstats_kaddr != NULL); in necp_arena_stats_obj_free()
9097 skmem_cache_free(skmem_arena_necp(stats_arena->nai_arena)->arc_kstats_cache, *kstats_kaddr); in necp_arena_stats_obj_free()
9098 *kstats_kaddr = NULL; in necp_arena_stats_obj_free()
9270 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_client_stats_bufreq()
9272 …obj_alloc(fd_data, &off, &flow_registration->stats_arena, &flow_registration->kstats_kaddr, FALSE); in necp_client_stats_bufreq()
9289 ASSERT(flow_registration->kstats_kaddr == NULL); in necp_client_stats_bufreq()
9295 ASSERT(flow_registration->kstats_kaddr != NULL); in necp_client_stats_bufreq()
9297 struct necp_all_kstats *kstats = (struct necp_all_kstats *)flow_registration->kstats_kaddr; in necp_client_stats_bufreq()
9322 assert(flow_registration->kstats_kaddr); in necp_client_stats_initial()