Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c2525 u32 next_type_id = t->type; in btf_modifier_resolve() local
2528 next_type = btf_type_by_id(btf, next_type_id); in btf_modifier_resolve()
2535 !env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2536 return env_stack_push(env, next_type, next_type_id); in btf_modifier_resolve()
2544 if (!btf_type_id_size(btf, &next_type_id, NULL)) { in btf_modifier_resolve()
2545 if (env_type_is_resolved(env, next_type_id)) in btf_modifier_resolve()
2546 next_type = btf_type_id_resolve(btf, &next_type_id); in btf_modifier_resolve()
2557 env_stack_pop_resolved(env, next_type_id, 0); in btf_modifier_resolve()
2567 u32 next_type_id = t->type; in btf_var_resolve() local
2570 next_type = btf_type_by_id(btf, next_type_id); in btf_var_resolve()
[all …]