/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/ |
D | bloom_filter_map.c | 10 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_fail_cases() 60 LIBBPF_OPTS(bpf_map_create_opts, opts); in test_success_cases()
|
D | select_reuseport.c | 68 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_maps()
|
D | btf.c | 4243 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/ |
D | bpf.h | 40 struct bpf_map_create_opts { struct 62 const struct bpf_map_create_opts *opts); argument
|
D | bpf_gen_internal.h | 59 struct bpf_map_create_opts *map_attr, int map_idx);
|
D | libbpf_probes.c | 193 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_create()
|
D | bpf.c | 170 const struct bpf_map_create_opts *opts) in bpf_map_create() 180 if (!OPTS_VALID(opts, bpf_map_create_opts)) in bpf_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 | 4601 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/ |
D | test_lpm_map.c | 210 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()
|
D | test_verifier.c | 551 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()
|
D | test_tag.c | 187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC); in main()
|
D | test_lru_map.c | 30 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags); in create_map()
|
D | test_maps.c | 35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) };
|
/Linux-v6.1/tools/testing/selftests/bpf/map_tests/ |
D | lpm_trie_map_batch_ops.c | 68 LIBBPF_OPTS(bpf_map_create_opts, create_opts, .map_flags = BPF_F_NO_PREALLOC); in test_lpm_trie_map_batch_ops()
|
D | map_in_map_batch_ops.c | 69 LIBBPF_OPTS(bpf_map_create_opts, attr); in create_outer_map()
|
D | sk_storage_map.c | 22 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/ |
D | bench_local_storage.c | 120 LIBBPF_OPTS(bpf_map_create_opts, create_opts); in __setup()
|
/Linux-v6.1/samples/bpf/ |
D | map_perf_test_user.c | 136 LIBBPF_OPTS(bpf_map_create_opts, opts, in do_test_lru()
|
D | test_lru_dist.c | 209 LIBBPF_OPTS(bpf_map_create_opts, opts, in create_map()
|
/Linux-v6.1/tools/perf/util/ |
D | bpf_counter.c | 324 const struct bpf_map_create_opts *opts __maybe_unused) in bpf_map_create()
|
/Linux-v6.1/tools/bpf/bpftool/ |
D | feature.c | 599 LIBBPF_OPTS(bpf_map_create_opts, opts); in probe_map_type_ifindex()
|
D | map.c | 1242 LIBBPF_OPTS(bpf_map_create_opts, attr); in do_create()
|