Lines Matching defs:info
62 static void *alloc_value(struct bpf_map_info *info) in alloc_value()
132 static void print_entry_json(struct bpf_map_info *info, unsigned char *key, in print_entry_json()
194 print_entry_error_msg(struct bpf_map_info *info, unsigned char *key, in print_entry_error_msg()
247 static void print_entry_plain(struct bpf_map_info *info, unsigned char *key, in print_entry_plain()
327 static void fill_per_cpu_value(struct bpf_map_info *info, void *value) in fill_per_cpu_value()
340 static int parse_elem(char **argv, struct bpf_map_info *info, in parse_elem()
450 static void show_map_header_json(struct bpf_map_info *info, json_writer_t *wtr) in show_map_header_json()
468 static int show_map_close_json(int fd, struct bpf_map_info *info) in show_map_close_json()
541 static void show_map_header_plain(struct bpf_map_info *info) in show_map_header_plain()
561 static int show_map_close_plain(int fd, struct bpf_map_info *info) in show_map_close_plain()
631 struct bpf_map_info info = {}; in do_show_subset() local
675 struct bpf_map_info info = {}; in do_show() local
770 struct bpf_map_info info = {}; in maps_have_btf() local
790 static int get_map_kv_btf(const struct bpf_map_info *info, struct btf **btf) in get_map_kv_btf()
823 map_dump(int fd, struct bpf_map_info *info, json_writer_t *wtr, in map_dump()
898 struct bpf_map_info info = {}; in do_dump() local
962 static int alloc_key_value(struct bpf_map_info *info, void **key, void **value) in alloc_key_value()
990 struct bpf_map_info info = {}; in do_update() local
1031 static void print_key_value(struct bpf_map_info *info, void *key, in print_key_value()
1070 struct bpf_map_info info = {}; in do_lookup() local
1121 struct bpf_map_info info = {}; in do_getnext() local
1192 struct bpf_map_info info = {}; in do_delete() local
1310 struct bpf_map_info info = {}; in do_create() local
1358 struct bpf_map_info info = {}; in do_pop_dequeue() local