Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c338 struct bpf_map_create_opts *map_opts, in map_create_opts()
356 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts) in map_create()
363 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC); in create_hash()
370 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC); in create_percpu_hash()
387 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = map_flags); in create_lru_hash()
394 LIBBPF_OPTS(bpf_map_create_opts, map_opts, in create_hash_of_maps()
464 struct bpf_map_create_opts opts = { .sz = sizeof(opts) }; in test_map_percpu_stats()
H A Dlpm_trie_map_batch_ops.c68 LIBBPF_OPTS(bpf_map_create_opts, create_opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_trie_map_batch_ops()
H A Dsk_storage_map.c22 static struct bpf_map_create_opts map_opts = {
462 struct bpf_map_create_opts bad_xattr; in test_sk_storage_map_basic()
H A Dmap_in_map_batch_ops.c69 LIBBPF_OPTS(bpf_map_create_opts, attr); in create_outer_map()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbloom_filter_map.c11 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_fail_cases()
66 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_success_cases()
H A Dselect_reuseport.c66 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_maps()
H A Dtoken.c500 LIBBPF_OPTS(bpf_map_create_opts, map_opts); in userns_map_create()
/linux/tools/lib/bpf/
H A Dfeatures.c57 LIBBPF_OPTS(bpf_map_create_opts, map_opts, in probe_kern_global_data()
216 LIBBPF_OPTS(bpf_map_create_opts, opts, in probe_kern_array_mmap()
275 LIBBPF_OPTS(bpf_map_create_opts, map_opts, in probe_prog_bind_map()
H A Dbpf_gen_internal.h61 struct bpf_map_create_opts *map_attr, int map_idx);
H A Dbpf.h40 struct bpf_map_create_opts { struct
66 const struct bpf_map_create_opts *opts); argument
59 szbpf_map_create_opts global() argument
H A Dlibbpf_probes.c284 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_create()
H A Dbpf.c173 const struct bpf_map_create_opts *opts) in bpf_map_create()
183 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_map_create()
H A Dgen_loader.c452 struct bpf_map_create_opts *map_attr, int map_idx) in bpf_gen__map_create()
/linux/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_map()
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_ipaddr()
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_delete()
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_get_next_key()
746 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_multi_thread()
H A Dtest_verifier.c549 LIBBPF_OPTS(bpf_map_create_opts, opts); in __create_map()
640 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_map_in_map()
805 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_spin_lock()
823 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_sk_storage_map()
843 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_timer()
862 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_kptr()
H A Dtest_tag.c187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in main()
H A Dtest_lru_map.c30 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags); in create_map()
/linux/Documentation/bpf/
H A Dmap_array.rst145 This snippet shows how to create an array, using ``bpf_map_create_opts`` to
156 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_MMAPABLE);
H A Dmap_of_maps.rst98 LIBBPF_OPTS(bpf_map_create_opts, opts, .inner_map_fd = inner_fd);
H A Dmap_bloom_filter.rst149 LIBBPF_OPTS(bpf_map_create_opts, opts,
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c120 LIBBPF_OPTS(bpf_map_create_opts, create_opts); in __setup()
/linux/samples/bpf/
H A Dmap_perf_test_user.c136 LIBBPF_OPTS(bpf_map_create_opts, opts, in do_test_lru()
H A Dtest_lru_dist.c204 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map()
/linux/tools/bpf/bpftool/
H A Dfeature.c595 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_type_ifindex()
H A Dmap.c1241 LIBBPF_OPTS(bpf_map_create_opts, attr); in do_create()

12