Home
last modified time | relevance | path

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

/tools/lib/bpf/
A Dlibbpf.h1739 struct bpf_map_skeleton { struct
1763 struct bpf_map_skeleton *maps;
1791 struct bpf_map_skeleton *maps;
A Dlibbpf.c13924 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()
/tools/bpf/bpftool/
A Dgen.c866 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