Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c2563 u32 next_type_id = t->type; in btf_modifier_resolve() local
2566 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2573 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2574 return env_stack_push(env, next_type, next_type_id); in btf_modifier_resolve()
2582 if (!btf_type_id_size(btf, &next_type_id, NULL)) { in btf_modifier_resolve()
2583 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2584 next_type = btf_type_id_resolve(btf, &next_type_id); in btf_modifier_resolve()
2595 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve()
2605 u32 next_type_id = t->type; in btf_var_resolve() local
2608 next_type = btf_type_by_id(btf, next_type_id); in btf_var_resolve()
[all …]