Home
last modified time | relevance | path

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

/kernel/bpf/
Dbtf.c5111 const struct btf_type *ctx_struct; in btf_get_prog_ctx_type() local
5141 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_get_prog_ctx_type()
5142 if (!ctx_struct) in btf_get_prog_ctx_type()
5146 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()
5163 if (!btf_type_is_modifier(ctx_struct)) in btf_get_prog_ctx_type()
5165 while (btf_type_is_modifier(ctx_struct)) in btf_get_prog_ctx_type()
5166 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_struct->type); in btf_get_prog_ctx_type()