Home
last modified time | relevance | path

Searched refs:bpf_map_create_opts (Results 1 – 8 of 8) sorted by relevance

/external/libbpf/src/
Dbpf.c175 const struct bpf_map_create_opts *opts) in bpf_map_create()
185 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_map_create()
212 LIBBPF_OPTS(bpf_map_create_opts, p); in bpf_create_map_xattr()
234 LIBBPF_OPTS(bpf_map_create_opts, opts); in bpf_create_map_node()
248 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags); in bpf_create_map()
257 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags); in bpf_create_map_name()
266 LIBBPF_OPTS(bpf_map_create_opts, opts); in bpf_create_map_in_map_node()
282 LIBBPF_OPTS(bpf_map_create_opts, opts, in bpf_create_map_in_map()
Dbpf_gen_internal.h59 struct bpf_map_create_opts *map_attr, int map_idx);
Dbpf.h40 struct bpf_map_create_opts { struct
62 const struct bpf_map_create_opts *opts); argument
Dlibbpf_probes.c247 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_create()
Dgen_loader.c452 struct bpf_map_create_opts *map_attr, int map_idx) in bpf_gen__map_create()
Dlibbpf.c4537 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_MMAPABLE); in probe_kern_array_mmap()
4861 LIBBPF_OPTS(bpf_map_create_opts, create_attr); in bpf_object__create_map()
/external/bpftool/src/
Dmap.c1264 LIBBPF_OPTS(bpf_map_create_opts, attr); in do_create()
/external/bcc/src/cc/
Dlibbpf.c310 LIBBPF_OPTS(bpf_map_create_opts, p); in libbpf_bpf_map_create()