Searched refs:targ_t (Results 1 – 1 of 1) sorted by relevance
1441 const struct btf *targ_btf, const struct btf_type *targ_t) in bpf_core_enums_match() argument1444 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match()1447 if (local_t->size != targ_t->size) in bpf_core_enums_match()1464 targ_n_off = btf_is_enum(targ_t) ? btf_enum(targ_t)[j].name_off : in bpf_core_enums_match()1465 btf_enum64(targ_t)[j].name_off; in bpf_core_enums_match()1480 const struct btf *targ_btf, const struct btf_type *targ_t, in bpf_core_composites_match() argument1485 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match()1493 const struct btf_member *targ_m = btf_members(targ_t); in bpf_core_composites_match()1547 const struct btf_type *local_t, *targ_t; in __bpf_core_types_match() local1560 targ_t = skip_mods_and_typedefs(targ_btf, targ_id, &targ_id); in __bpf_core_types_match()[all …]