Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp_client.c461 struct necp_arena_info *stats_arena; /* arena where the stats objects came from */ member
763 …necp_fd_data *fd_data, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_…
764 …a_stats_obj_free(struct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_…
1240 …necp_arena_stats_obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kadd… in necp_destroy_flow_stats()
1611 if (flow_registration->stats_arena != NULL) { in necp_destroy_client_flow_registration()
1612 necp_arena_info_release(flow_registration->stats_arena); in necp_destroy_client_flow_registration()
1613 flow_registration->stats_arena = NULL; in necp_destroy_client_flow_registration()
9668 struct necp_arena_info **stats_arena, in necp_arena_stats_obj_alloc() argument
9679 ASSERT(stats_arena != NULL && *stats_arena == NULL); in necp_arena_stats_obj_alloc()
9699 *stats_arena = fd_data->stats_arena_active; in necp_arena_stats_obj_alloc()
[all …]
/xnu-10063.141.1/tools/lldbmacros/
H A Dskywalk.py604 clients_string += "0x%016x " % f.stats_arena