Searched refs:get_map_ident (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/tools/bpf/bpftool/ |
D | gen.c | 76 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) in get_map_ident() function 239 if (!get_map_ident(map, buf, sz)) in is_internal_mmapable_map() 640 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_destroy() 844 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_maps_skeleton() 990 if (!get_map_ident(map, ident, sizeof(ident))) { in do_skeleton() 1041 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1382 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton() 1431 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton()
|