Home
last modified time | relevance | path

Searched refs:libbpf_prog_handler_opts (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
Dcustom_sec_handlers.c62 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()
/external/libbpf/src/
Dlibbpf.h1786 struct libbpf_prog_handler_opts { struct
1852 const struct libbpf_prog_handler_opts *opts);
Dlibbpf.c9392 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()
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs7491 pub struct libbpf_prog_handler_opts { struct
7503 opts: *const libbpf_prog_handler_opts, in libbpf_register_prog_handler() argument