Lines Matching refs:bpf_map_info
41 static const char *get_kern_struct_ops_name(const struct bpf_map_info *info) in get_kern_struct_ops_name()
81 if (map_info_alloc_len < sizeof(struct bpf_map_info)) in get_map_info_type_id()
82 map_info_alloc_len = sizeof(struct bpf_map_info); in get_map_info_type_id()
102 static struct bpf_map_info *map_info_alloc(__u32 *alloc_len) in map_info_alloc()
104 struct bpf_map_info *info; in map_info_alloc()
133 struct bpf_map_info *info, __u32 info_len) in get_next_struct_ops_map()
181 typedef int (*work_func)(int fd, const struct bpf_map_info *info, void *data,
191 struct bpf_map_info *info; in do_search()
240 struct bpf_map_info *info; in do_one_id()
315 static int __do_show(int fd, const struct bpf_map_info *info, void *data, in __do_show()
352 static int __do_dump(int fd, const struct bpf_map_info *info, void *data, in __do_dump()
444 static int __do_unregister(int fd, const struct bpf_map_info *info, void *data, in __do_unregister()
483 struct bpf_map_info info = {}; in do_register()