Searched refs:targ_t (Results 1 – 1 of 1) sorted by relevance
1458 const struct btf *targ_btf, const struct btf_type *targ_t) in bpf_core_enums_match() argument1461 __u32 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match()1464 if (local_t->size != targ_t->size) in bpf_core_enums_match()1481 targ_n_off = btf_is_enum(targ_t) ? btf_enum(targ_t)[j].name_off : in bpf_core_enums_match()1482 btf_enum64(targ_t)[j].name_off; in bpf_core_enums_match()1497 const struct btf *targ_btf, const struct btf_type *targ_t, in bpf_core_composites_match() argument1502 __u32 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match()1510 const struct btf_member *targ_m = btf_members(targ_t); in bpf_core_composites_match()1564 const struct btf_type *local_t, *targ_t; in __bpf_core_types_match() local1577 targ_t = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in __bpf_core_types_match()[all …]