Lines Matching defs:info
88 static void *alloc_value(struct bpf_map_info *info) in alloc_value()
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()
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() local
690 struct bpf_map_info info = {}; in do_show() local
775 struct bpf_map_info info = {}; in maps_have_btf() local
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() local
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() local
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() local
1131 struct bpf_map_info info = {}; in do_getnext() local
1202 struct bpf_map_info info = {}; in do_delete() local
1312 struct bpf_map_info info = {}; in do_create() local
1360 struct bpf_map_info info = {}; in do_pop_dequeue() local