Home
last modified time | relevance | path

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

/Linux-v5.10/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()