Searched refs:map_skel_sz (Results 1 – 2 of 2) sorted by relevance
1762 int map_skel_sz; /* sizeof(struct bpf_map_skeleton) */ member 1790 int map_skel_sz; /* sizeof(struct bpf_map_skeleton) */ member
13925 size_t map_cnt, size_t map_skel_sz) in populate_skeleton_maps() argument 13930 struct bpf_map_skeleton *map_skel = (void *)maps + i * map_skel_sz; in populate_skeleton_maps() 13983 err = populate_skeleton_maps(obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_skeleton() 14019 err = populate_skeleton_maps(s->obj, s->maps, s->map_cnt, s->map_skel_sz); in bpf_object__open_subskeleton() 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()