Searched refs:get_map_ident (Results 1 – 1 of 1) sorted by relevance
/linux/tools/bpf/bpftool/ |
H A D | gen.c | 93 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) in get_map_ident() function 269 if (!get_map_ident(map, buf, sz)) in is_mmapable_map() 669 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_destroy() 893 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_maps_skeleton() 1121 if (!get_map_ident(map, ident, sizeof(ident))) in gen_st_ops_shadow() 1154 if (!get_map_ident(map, ident, sizeof(ident))) in gen_st_ops_shadow_init() 1247 if (!get_map_ident(map, ident, sizeof(ident))) { in do_skeleton() 1304 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1344 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1675 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton() [all …]
|