Lines Matching refs:bpf_map_info

62 static void *alloc_value(struct bpf_map_info *info)  in alloc_value()
72 struct bpf_map_info *map_info, void *key, in do_dump_btf()
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()
214 print_entry_error(struct bpf_map_info *map_info, void *key, int lookup_errno) in print_entry_error()
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()
675 struct bpf_map_info info = {}; in do_show()
743 struct bpf_map_info *map_info, struct btf *btf, in dump_map_elem()
770 struct bpf_map_info info = {}; in maps_have_btf()
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()
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()
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()
1121 struct bpf_map_info info = {}; in do_getnext()
1192 struct bpf_map_info info = {}; in do_delete()
1310 struct bpf_map_info info = {}; in do_create()
1358 struct bpf_map_info info = {}; in do_pop_dequeue()