Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dbtf.c4240 const struct btf_type *ctx_struct; in btf_get_prog_ctx_type() local
4272 ctx_struct = btf_type_by_id(btf_vmlinux, ctx_type->type); in btf_get_prog_ctx_type()
4273 if (!ctx_struct) in btf_get_prog_ctx_type()
4276 ctx_tname = btf_name_by_offset(btf_vmlinux, ctx_struct->name_off); in btf_get_prog_ctx_type()