Searched refs:bpf_map_create_opts (Results 1 – 8 of 8) sorted by relevance
/external/libbpf/src/ |
D | bpf.c | 175 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()
|
D | bpf_gen_internal.h | 59 struct bpf_map_create_opts *map_attr, int map_idx);
|
D | bpf.h | 40 struct bpf_map_create_opts { struct 62 const struct bpf_map_create_opts *opts); argument
|
D | libbpf_probes.c | 247 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_create()
|
D | gen_loader.c | 452 struct bpf_map_create_opts *map_attr, int map_idx) in bpf_gen__map_create()
|
D | libbpf.c | 4537 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/ |
D | map.c | 1264 LIBBPF_OPTS(bpf_map_create_opts, attr); in do_create()
|
/external/bcc/src/cc/ |
D | libbpf.c | 310 LIBBPF_OPTS(bpf_map_create_opts, p); in libbpf_bpf_map_create()
|