Searched refs:get_map_ident (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/bpf/bpftool/ |
H A 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() 639 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_destroy() 843 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_maps_skeleton() 988 if (!get_map_ident(map, ident, sizeof(ident))) { in do_skeleton() 1039 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1383 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton() 1432 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton()
|