Home
last modified time | relevance | path

Searched refs:bpf_elf_map (Results 1 – 8 of 8) sorted by relevance

/external/iproute2/examples/bpf/
Dbpf_map_in_map.c5 struct bpf_elf_map __section_maps map_inner = {
15 struct bpf_elf_map __section_maps map_outer = {
27 struct bpf_elf_map *map_inner; in emain()
43 struct bpf_elf_map *map_inner; in imain()
Dbpf_tailcall.c29 struct bpf_elf_map __section_maps jmp_tc = {
38 struct bpf_elf_map __section_maps jmp_ex = {
47 struct bpf_elf_map __section_maps map_sh = {
Dbpf_graft.c36 struct bpf_elf_map __section_maps jmp_tc = {
Dbpf_cyclic.c9 struct bpf_elf_map __section_maps jmp_tc = {
Dbpf_shared.c21 struct bpf_elf_map __section_maps map_sh = {
/external/iproute2/include/
Dbpf_scm.h25 struct bpf_elf_map ent[BPF_SCM_MAX_FDS];
70 sizeof(struct bpf_elf_map) * num; in bpf_map_set_init_single()
Dbpf_elf.h31 struct bpf_elf_map { struct
/external/iproute2/lib/
Dbpf.c355 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()
[all …]