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 275 if (!get_map_ident(map, buf, sz)) in is_skel_data() 686 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_destroy() 977 if (!get_map_ident(map, ident, sizeof(ident))) in codegen_maps_skeleton() 1204 if (!get_map_ident(map, ident, sizeof(ident))) in gen_st_ops_shadow() 1237 if (!get_map_ident(map, ident, sizeof(ident))) in gen_st_ops_shadow_init() 1330 if (!get_map_ident(map, ident, sizeof(ident))) { in do_skeleton() 1387 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1427 if (!get_map_ident(map, ident, sizeof(ident))) in do_skeleton() 1766 if (!get_map_ident(map, ident, sizeof(ident))) in do_subskeleton() [all …]
|