Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c5702 u32 kctx_type_id; in get_kern_ctx_btf_id() local
5707 kctx_type_id = kctx_member->type; in get_kern_ctx_btf_id()
5708 kctx_type = btf_type_by_id(btf_vmlinux, kctx_type_id); in get_kern_ctx_btf_id()
5710 bpf_log(log, "kern ctx type id %u is not a struct\n", kctx_type_id); in get_kern_ctx_btf_id()
5714 return kctx_type_id; in get_kern_ctx_btf_id()