Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c6169 u32 kctx_type_id; in get_kern_ctx_btf_id() local
6174 kctx_type_id = kctx_member->type; in get_kern_ctx_btf_id()
6175 kctx_type = btf_type_by_id(btf_vmlinux, kctx_type_id); in get_kern_ctx_btf_id()
6177 bpf_log(log, "kern ctx type id %u is not a struct\n", kctx_type_id); in get_kern_ctx_btf_id()
6181 return kctx_type_id; in get_kern_ctx_btf_id()