Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c1729 const struct btf_type *next_type) in env_type_is_resolve_sink() argument
1734 return !btf_type_needs_resolve(next_type); in env_type_is_resolve_sink()
1739 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1740 !btf_type_is_ptr(next_type); in env_type_is_resolve_sink()
1745 return !btf_type_is_modifier(next_type) && in env_type_is_resolve_sink()
1746 !btf_type_is_array(next_type) && in env_type_is_resolve_sink()
1747 !btf_type_is_struct(next_type); in env_type_is_resolve_sink()
2524 const struct btf_type *next_type; in btf_modifier_resolve() local
2528 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2529 if (!next_type || btf_type_is_resolve_source_only(next_type)) { in btf_modifier_resolve()
[all …]