Searched refs:bpf_map_skeleton (Results 1 – 3 of 3) sorted by relevance
1739 struct bpf_map_skeleton { struct1763 struct bpf_map_skeleton *maps;1791 struct bpf_map_skeleton *maps;
13924 struct bpf_map_skeleton *maps, in populate_skeleton_maps()13930 struct bpf_map_skeleton *map_skel = (void *)maps + i * map_skel_sz; in populate_skeleton_maps()14079 struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; in bpf_object__load_skeleton()14132 struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; in bpf_object__attach_skeleton()14144 if (s->map_skel_sz < offsetofend(struct bpf_map_skeleton, link)) { in bpf_object__attach_skeleton()14184 if (s->map_skel_sz < sizeof(struct bpf_map_skeleton)) in bpf_object__detach_skeleton()14188 struct bpf_map_skeleton *map_skel = (void *)s->maps + i * s->map_skel_sz; in bpf_object__detach_skeleton()
866 map_sz = offsetof(struct bpf_map_skeleton, link); in codegen_maps_skeleton()870 map_sz = sizeof(struct bpf_map_skeleton); in codegen_maps_skeleton()
Completed in 39 milliseconds