Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dbtf.c5616 const struct btf_type *conv_struct; in btf_get_prog_ctx_type() local
5621 conv_struct = bpf_ctx_convert.t; in btf_get_prog_ctx_type()
5622 if (!conv_struct) { in btf_get_prog_ctx_type()
5643 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; in btf_get_prog_ctx_type()
5700 const struct btf_type *conv_struct; in get_kern_ctx_btf_id() local
5704 conv_struct = bpf_ctx_convert.t; in get_kern_ctx_btf_id()
5706 kctx_member = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; in get_kern_ctx_btf_id()