Home
last modified time | relevance | path

Searched refs:bpf_prog_attach_opts (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcgroup_attach_multi.c81 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in serial_test_cgroup_attach_multi()
197 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
204 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
212 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
220 if (CHECK(!bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
228 if (CHECK(bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
235 if (CHECK(bpf_prog_attach_opts(allow_prog[6], cg1, in serial_test_cgroup_attach_multi()
H A Dlsm_cgroup.c66 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, attach_opts); in test_lsm_cgroup_functional()
135 err = bpf_prog_attach_opts(post_create_prog_fd2, cgroup_fd, in test_lsm_cgroup_functional()
/aosp_15_r20/external/libbpf/src/
H A Dbpf.h336 struct bpf_prog_attach_opts { struct
372 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int target,
374 const struct bpf_prog_attach_opts *opts);
H A Dbpf.c632 DECLARE_LIBBPF_OPTS(bpf_prog_attach_opts, opts, in bpf_prog_attach()
636 return bpf_prog_attach_opts(prog_fd, target_fd, type, &opts); in bpf_prog_attach()
639 int bpf_prog_attach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_attach_opts() function
640 const struct bpf_prog_attach_opts *opts) in bpf_prog_attach_opts()
647 if (!OPTS_VALID(opts, bpf_prog_attach_opts)) in bpf_prog_attach_opts()
H A Dlibbpf.map155 bpf_prog_attach_opts;
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf.h336 struct bpf_prog_attach_opts { struct
372 LIBBPF_API int bpf_prog_attach_opts(int prog_fd, int target,
374 const struct bpf_prog_attach_opts *opts);
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_minimal/android_arm64_armv8-2a_cortex-a55_shared/
Dlibbpf_minimal.so.toc112 107: FUNC GLOBAL DEFAULT 14 bpf_prog_attach_opts
/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.rs3341 pub struct bpf_prog_attach_opts { struct
3364 impl Default for bpf_prog_attach_opts { argument
3384 pub fn bpf_prog_attach_opts( in bpf_prog_attach_opts() function
3388 opts: *const bpf_prog_attach_opts, in bpf_prog_attach_opts() argument
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/libbpf-sys/liblibbpf_bindgen/android_arm64_armv8-2a_cortex-a55_source/
Dbindgen.rs3341 pub struct bpf_prog_attach_opts { struct
3364 impl Default for bpf_prog_attach_opts { argument
3384 pub fn bpf_prog_attach_opts( in bpf_prog_attach_opts() function
3388 opts: *const bpf_prog_attach_opts, in bpf_prog_attach_opts() argument
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs5011 pub struct bpf_prog_attach_opts { struct
5034 impl Default for bpf_prog_attach_opts { argument
5054 pub fn bpf_prog_attach_opts( in bpf_prog_attach_opts() function
5058 opts: *const bpf_prog_attach_opts, in bpf_prog_attach_opts() argument
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/
Dlibbpf.so.toc210 205: FUNC GLOBAL DEFAULT 15 bpf_prog_attach_opts