Lines Matching refs:bpf_map_info
88 static void *alloc_value(struct bpf_map_info *info) in alloc_value()
98 struct bpf_map_info *map_info, void *key, in do_dump_btf()
158 static void print_entry_json(struct bpf_map_info *info, unsigned char *key, in print_entry_json()
217 print_entry_error_msg(struct bpf_map_info *info, unsigned char *key, in print_entry_error_msg()
237 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error()
270 static void print_entry_plain(struct bpf_map_info *info, unsigned char *key, in print_entry_plain()
345 static void fill_per_cpu_value(struct bpf_map_info *info, void *value) in fill_per_cpu_value()
358 static int parse_elem(char **argv, struct bpf_map_info *info, in parse_elem()
468 static void show_map_header_json(struct bpf_map_info *info, json_writer_t *wtr) in show_map_header_json()
483 static int show_map_close_json(int fd, struct bpf_map_info *info) in show_map_close_json()
556 static void show_map_header_plain(struct bpf_map_info *info) in show_map_header_plain()
572 static int show_map_close_plain(int fd, struct bpf_map_info *info) in show_map_close_plain()
646 struct bpf_map_info info = {}; in do_show_subset()
690 struct bpf_map_info info = {}; in do_show()
748 struct bpf_map_info *map_info, struct btf *btf, in dump_map_elem()
775 struct bpf_map_info info = {}; in maps_have_btf()
795 static struct btf *get_map_kv_btf(const struct bpf_map_info *info) in get_map_kv_btf()
832 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, in map_dump()
904 struct bpf_map_info info = {}; in do_dump()
968 static int alloc_key_value(struct bpf_map_info *info, void **key, void **value) in alloc_key_value()
996 struct bpf_map_info info = {}; in do_update()
1037 static void print_key_value(struct bpf_map_info *info, void *key, in print_key_value()
1080 struct bpf_map_info info = {}; in do_lookup()
1131 struct bpf_map_info info = {}; in do_getnext()
1202 struct bpf_map_info info = {}; in do_delete()
1312 struct bpf_map_info info = {}; in do_create()
1360 struct bpf_map_info info = {}; in do_pop_dequeue()