Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbloom_filter_map.c10 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_fail_cases()
60 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_success_cases()
Dselect_reuseport.c68 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_maps()
Dbtf.c4243 LIBBPF_OPTS(bpf_map_create_opts, opts); in do_test_raw()
4450 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_btf_id()
5307 LIBBPF_OPTS(bpf_map_create_opts, opts); in do_test_pprint()
/Linux-v6.1/tools/lib/bpf/
Dbpf.h40 struct bpf_map_create_opts { struct
62 const struct bpf_map_create_opts *opts); argument
Dbpf_gen_internal.h59 struct bpf_map_create_opts *map_attr, int map_idx);
Dlibbpf_probes.c193 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_create()
Dbpf.c170 const struct bpf_map_create_opts *opts) in bpf_map_create()
180 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_map_create()
Dgen_loader.c452 struct bpf_map_create_opts *map_attr, int map_idx) in bpf_gen__map_create()
Dlibbpf.c4601 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_MMAPABLE); in probe_kern_array_mmap()
4958 LIBBPF_OPTS(bpf_map_create_opts, create_attr); in bpf_object__create_map()
/Linux-v6.1/tools/testing/selftests/bpf/
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()
Dtest_verifier.c551 LIBBPF_OPTS(bpf_map_create_opts, opts); in __create_map()
642 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_map_in_map()
807 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_spin_lock()
825 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_sk_storage_map()
845 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_timer()
864 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map_kptr()
Dtest_tag.c187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in main()
Dtest_lru_map.c30 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags); in create_map()
Dtest_maps.c35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) };
/Linux-v6.1/tools/testing/selftests/bpf/map_tests/
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()
Dmap_in_map_batch_ops.c69 LIBBPF_OPTS(bpf_map_create_opts, attr); in create_outer_map()
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()
/Linux-v6.1/tools/testing/selftests/bpf/benchs/
Dbench_local_storage.c120 LIBBPF_OPTS(bpf_map_create_opts, create_opts); in __setup()
/Linux-v6.1/samples/bpf/
Dmap_perf_test_user.c136 LIBBPF_OPTS(bpf_map_create_opts, opts, in do_test_lru()
Dtest_lru_dist.c209 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map()
/Linux-v6.1/tools/perf/util/
Dbpf_counter.c324 const struct bpf_map_create_opts *opts __maybe_unused) in bpf_map_create()
/Linux-v6.1/tools/bpf/bpftool/
Dfeature.c599 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_type_ifindex()
Dmap.c1242 LIBBPF_OPTS(bpf_map_create_opts, attr); in do_create()