Home
last modified time | relevance | path

Searched defs:bpf_map_create_opts (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libbpf/src/
H A Dbpf.h40 struct bpf_map_create_opts { struct
59 #define bpf_map_create_opts__last_field token_fd argument
66 const struct bpf_map_create_opts *opts); argument
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf.h40 struct bpf_map_create_opts { struct
59 #define bpf_map_create_opts__last_field token_fd argument
66 const struct bpf_map_create_opts *opts); argument
/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()
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindgen.rs3077 pub struct bpf_map_create_opts { struct
3098 opts: *const bpf_map_create_opts, in bpf_map_create()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs4747 pub struct bpf_map_create_opts { struct
4768 opts: *const bpf_map_create_opts, in bpf_map_create()
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/
Dmap.rs895 opts: &libbpf_sys::bpf_map_create_opts, in create()