Searched refs:get_map_ident (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/bpf/bpftool/
H A Dgen.c93 static bool get_map_ident(const struct bpf_map *map, char *buf, size_t buf_sz) function
269 if (!get_map_ident(map, buf, sz))
669 if (!get_map_ident(map, ident, sizeof(ident)))
876 if (!get_map_ident(map, ident, sizeof(ident)))
1097 if (!get_map_ident(map, ident, sizeof(ident)))
1130 if (!get_map_ident(map, ident, sizeof(ident)))
1222 if (!get_map_ident(map, ident, sizeof(ident))) {
1273 if (!get_map_ident(map, ident, sizeof(ident)))
1627 if (!get_map_ident(map, ident, sizeof(ident)))
1676 if (!get_map_ident(ma
[all...]

Completed in 124 milliseconds