Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/linux-kselftest/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.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()
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()
H A Dtest_maps.c35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) };
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/tests/
Dtest.rs331 let opts = libbpf_sys::bpf_map_create_opts { in test_map_info()
332 sz: size_of::<libbpf_sys::bpf_map_create_opts>() as libbpf_sys::size_t, in test_map_info()
1370 let opts = libbpf_sys::bpf_map_create_opts { in test_object_map_iter()
1371 sz: size_of::<libbpf_sys::bpf_map_create_opts>() as libbpf_sys::size_t, in test_object_map_iter()
1421 let opts = libbpf_sys::bpf_map_create_opts { in test_object_map_create_and_pin()
1422 sz: size_of::<libbpf_sys::bpf_map_create_opts>() as libbpf_sys::size_t, in test_object_map_create_and_pin()
1468 let opts = libbpf_sys::bpf_map_create_opts { in test_object_map_create_without_name()
1469 sz: size_of::<libbpf_sys::bpf_map_create_opts>() as libbpf_sys::size_t, in test_object_map_create_without_name()
/aosp_15_r20/external/libbpf/src/
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.h40 struct bpf_map_create_opts { struct
66 const struct bpf_map_create_opts *opts); argument
H A Dbpf_gen_internal.h61 struct bpf_map_create_opts *map_attr, int map_idx);
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()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A 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()
H A Dselect_reuseport.c68 LIBBPF_OPTS(bpf_map_create_opts, opts); in create_maps()
H A 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()
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf.h40 struct bpf_map_create_opts { struct
66 const struct bpf_map_create_opts *opts); argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/
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 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 Dmap_in_map_batch_ops.c69 LIBBPF_OPTS(bpf_map_create_opts, attr); in create_outer_map()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c120 LIBBPF_OPTS(bpf_map_create_opts, create_opts); in __setup()
/aosp_15_r20/external/bpftool/src/
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()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs895 opts: &libbpf_sys::bpf_map_create_opts, in create() argument
/aosp_15_r20/external/bcc/src/cc/
H A Dlibbpf.c330 LIBBPF_OPTS(bpf_map_create_opts, p); in libbpf_bpf_map_create()
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/
Dbindgen.rs3077 pub struct bpf_map_create_opts { struct
3098 opts: *const bpf_map_create_opts, in bpf_map_create() argument

12