Searched refs:st_ops_desc (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c26 const struct bpf_struct_ops_desc *st_ops_desc; member in struct:bpf_struct_ops_map
298 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) argument
303 arg_info = st_ops_desc->arg_info;
304 for (i = 0; i < btf_type_vlen(st_ops_desc->type); i++)
310 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc, argument
314 struct bpf_struct_ops *st_ops = st_ops_desc->st_ops;
365 st_ops_desc->arg_info = arg_info;
366 st_ops_desc->type = t;
367 st_ops_desc->type_id = type_id;
368 st_ops_desc
591 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; local
896 const struct bpf_struct_ops_desc *st_ops_desc; local
986 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; local
[all...]
H A Dverifier.c20641 const struct bpf_struct_ops_desc *st_ops_desc; local
20669 st_ops_desc = bpf_struct_ops_find(btf, btf_id);
20670 if (!st_ops_desc) {
20675 st_ops = st_ops_desc->st_ops;
20677 t = st_ops_desc->type;
20707 st_ops_desc->arg_info[member_idx].info;
20709 st_ops_desc->arg_info[member_idx].cnt;
/linux-master/include/linux/
H A Dbpf.h1822 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
1826 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
1851 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) argument

Completed in 214 milliseconds