Lines Matching refs:conv_struct
5894 const struct btf_type *conv_struct; in find_canonical_prog_ctx_type() local
5897 conv_struct = bpf_ctx_convert.t; in find_canonical_prog_ctx_type()
5898 if (!conv_struct) in find_canonical_prog_ctx_type()
5901 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; in find_canonical_prog_ctx_type()
5910 const struct btf_type *conv_struct; in find_kern_ctx_type_id() local
5913 conv_struct = bpf_ctx_convert.t; in find_kern_ctx_type_id()
5914 if (!conv_struct) in find_kern_ctx_type_id()
5917 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; in find_kern_ctx_type_id()
6167 const struct btf_type *conv_struct; in get_kern_ctx_btf_id() local
6171 conv_struct = bpf_ctx_convert.t; in get_kern_ctx_btf_id()
6173 kctx_member = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; in get_kern_ctx_btf_id()