Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/samples/bpf/
Dbpf_load.h10 struct bpf_load_map_def { struct
24 struct bpf_load_map_def def; argument
Dbpf_load.c451 map_sz_copy = sizeof(struct bpf_load_map_def); in load_elf_maps_section()
470 struct bpf_load_map_def *def; in load_elf_maps_section()
486 def = (struct bpf_load_map_def *)(data_maps->d_buf + offset); in load_elf_maps_section()
488 memset(&maps[i].def, 0, sizeof(struct bpf_load_map_def)); in load_elf_maps_section()