Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c5854 const struct btf_type *conv_struct; in find_canonical_prog_ctx_type() local
5857 conv_struct = bpf_ctx_convert.t; in find_canonical_prog_ctx_type()
5858 if (!conv_struct) in find_canonical_prog_ctx_type()
5861 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2; in find_canonical_prog_ctx_type()
5870 const struct btf_type *conv_struct; in find_kern_ctx_type_id() local
5873 conv_struct = bpf_ctx_convert.t; in find_kern_ctx_type_id()
5874 if (!conv_struct) in find_kern_ctx_type_id()
5877 ctx_type = btf_type_member(conv_struct) + bpf_ctx_convert_map[prog_type] * 2 + 1; in find_kern_ctx_type_id()
6127 const struct btf_type *conv_struct; in get_kern_ctx_btf_id() local
6131 conv_struct = bpf_ctx_convert.t; in get_kern_ctx_btf_id()
[all …]