Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/bpf/
H A Drelo_core.c1460 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_enums_match()
1463 if (local_t->size != targ_t->size) in bpf_core_enums_match()
1480 targ_n_off = btf_is_enum(targ_t) ? btf_enum(targ_t)[j].name_off : in bpf_core_enums_match()
1481 btf_enum64(targ_t)[j].name_off; in bpf_core_enums_match()
1501 __u16 targ_vlen = btf_vlen(targ_t); in bpf_core_composites_match()
1577 if (!local_t || !targ_t) in __bpf_core_types_match()
1588 targ_k = btf_kind(targ_t); in __bpf_core_types_match()
1615 if (!btf_is_any_enum(targ_t)) in __bpf_core_types_match()
1657 targ_id = targ_t->type; in __bpf_core_types_match()
1677 __u16 targ_vlen = btf_vlen(targ_t); in __bpf_core_types_match()
[all …]