Searched refs:libbpf_prog_handler_opts (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | custom_sec_handlers.c | 62 LIBBPF_OPTS(libbpf_prog_handler_opts, abc1_opts, in register_sec_handlers() 68 LIBBPF_OPTS(libbpf_prog_handler_opts, abc2_opts, in register_sec_handlers() 74 LIBBPF_OPTS(libbpf_prog_handler_opts, custom_opts, in register_sec_handlers() 96 LIBBPF_OPTS(libbpf_prog_handler_opts, opts, in test_custom_sec_handlers()
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | libbpf.h | 1786 struct libbpf_prog_handler_opts { struct 1852 const struct libbpf_prog_handler_opts *opts);
|
/aosp_15_r20/external/libbpf/src/ |
H A D | libbpf.h | 1786 struct libbpf_prog_handler_opts { struct 1852 const struct libbpf_prog_handler_opts *opts);
|
H A D | libbpf.c | 9392 const struct libbpf_prog_handler_opts *opts) in libbpf_register_prog_handler() 9396 if (!OPTS_VALID(opts, libbpf_prog_handler_opts)) in libbpf_register_prog_handler()
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_sys/android_arm64_armv8-2a_cortex-a55_dylib/out/ |
D | bindgen.rs | 5829 pub struct libbpf_prog_handler_opts { struct 5841 opts: *const libbpf_prog_handler_opts, in libbpf_register_prog_handler() argument
|
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/ |
D | bindgen.rs | 5829 pub struct libbpf_prog_handler_opts { struct 5841 opts: *const libbpf_prog_handler_opts, in libbpf_register_prog_handler() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 7491 pub struct libbpf_prog_handler_opts { struct 7503 opts: *const libbpf_prog_handler_opts, in libbpf_register_prog_handler() argument
|