Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c5617 const struct btf_type *ctx_struct; in btf_get_prog_ctx_type() local
5647 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_get_prog_ctx_type()
5648 if (!ctx_struct) in btf_get_prog_ctx_type()
5652 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()
5673 if (!btf_type_is_modifier(ctx_struct)) in btf_get_prog_ctx_type()
5675 while (btf_type_is_modifier(ctx_struct)) in btf_get_prog_ctx_type()
5676 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_struct->type); in btf_get_prog_ctx_type()