Home
last modified time | relevance | path

Searched refs:bpf_map_data (Results 1 – 3 of 3) sorted by relevance

/samples/bpf/
Dbpf_load.h20 struct bpf_map_data { struct
27 typedef void (*fixup_map_cb)(struct bpf_map_data *map, int idx); argument
38 extern struct bpf_map_data map_data[MAX_MAPS];
Dbpf_load.c42 struct bpf_map_data map_data[MAX_MAPS];
265 static int load_maps(struct bpf_map_data *maps, int nr_maps, in load_maps()
341 struct bpf_map_data *maps, int nr_maps) in parse_relo_and_apply()
399 static int load_elf_maps_section(struct bpf_map_data *maps, int maps_shndx, in load_elf_maps_section()
Dmap_perf_test_user.c395 static void fixup_map(struct bpf_map_data *map, int idx) in fixup_map()