Lines Matching refs:bpf_elf_map
355 static void bpf_map_pin_report(const struct bpf_elf_map *pin, in bpf_map_pin_report()
356 const struct bpf_elf_map *obj) in bpf_map_pin_report()
388 static int bpf_derive_elf_map_from_fdinfo(int fd, struct bpf_elf_map *map, in bpf_derive_elf_map_from_fdinfo()
431 static int bpf_map_selfcheck_pinned(int fd, const struct bpf_elf_map *map, in bpf_map_selfcheck_pinned()
435 struct bpf_elf_map tmp, zero = {}; in bpf_map_selfcheck_pinned()
975 const struct bpf_elf_map test = { in bpf_graft_map()
1012 offsetof(struct bpf_elf_map, max_elem), in bpf_graft_map()
1096 struct bpf_elf_map maps[ELF_MAX_MAPS];
1122 struct bpf_elf_map *ent;
1500 const struct bpf_elf_map *map, in bpf_map_report()
1536 struct bpf_elf_map outer_map; in bpf_report_map_in_map()
1554 static bool bpf_is_map_in_map_type(const struct bpf_elf_map *map) in bpf_is_map_in_map_type()
1561 const struct bpf_elf_map *map, struct bpf_map_ext *ext, in bpf_map_attach()
1569 offsetof(struct bpf_elf_map, in bpf_map_attach()
1812 struct bpf_elf_map fixup[ARRAY_SIZE(ctx->maps)] = {}; in bpf_fetch_maps_end()
1834 if (ctx->map_len == sizeof(struct bpf_elf_map)) { in bpf_fetch_maps_end()
1837 } else if (ctx->map_len > sizeof(struct bpf_elf_map)) { in bpf_fetch_maps_end()
1858 sizeof(struct bpf_elf_map) - ctx->map_len); in bpf_fetch_maps_end()
2168 struct bpf_elf_map tmp; in bpf_tail_call_get_aux()