Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/
Dbtf.c4236 const struct btf_type *ctx_struct; in btf_get_prog_ctx_type() local
4268 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_get_prog_ctx_type()
4269 if (!ctx_struct) in btf_get_prog_ctx_type()
4272 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()