Searched refs:new_type_id (Results 1 – 3 of 3) sorted by relevance
68 __u32 new_type_id; member
910 res->orig_type_id = res->new_type_id = 0; in bpf_core_calc_relo()918 &res->new_type_id, NULL); in bpf_core_calc_relo()930 new_t = btf_type_by_id(targ_spec->btf, res->new_type_id); in bpf_core_calc_relo()
5301 __u32 resolved_type_id, new_type_id; in btf_dedup_remap_type_id() local5304 new_type_id = d->hypot_map[resolved_type_id]; in btf_dedup_remap_type_id()5305 if (new_type_id > BTF_MAX_NR_TYPES) in btf_dedup_remap_type_id()5308 *type_id = new_type_id; in btf_dedup_remap_type_id()
Completed in 15 milliseconds