Searched refs:st_ops_desc (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dbpf.h1838 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,
1842 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);
1867 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) argument
/linux-master/kernel/bpf/
H A Dverifier.c20960 const struct bpf_struct_ops_desc *st_ops_desc; local
20988 st_ops_desc = bpf_struct_ops_find(btf, btf_id);
20989 if (!st_ops_desc) {
20994 st_ops = st_ops_desc->st_ops;
20996 t = st_ops_desc->type;
21026 st_ops_desc->arg_info[member_idx].info;
21028 st_ops_desc->arg_info[member_idx].cnt;
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
898 const struct bpf_struct_ops_desc *st_ops_desc; local
988 const struct bpf_struct_ops_desc *st_ops_desc = st_map->st_ops_desc; local
[all...]

Completed in 452 milliseconds