/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_attach_multi.c | 81 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 D | lsm_cgroup.c | 66 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 D | bpf.h | 336 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 D | bpf.c | 632 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 D | libbpf.map | 155 bpf_prog_attach_opts;
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf.h | 336 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/ |
D | libbpf_minimal.so.toc | 112 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/ |
D | bindgen.rs | 3341 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/ |
D | bindgen.rs | 3341 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/ |
D | bindings.rs | 5011 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/ |
D | libbpf.so.toc | 210 205: FUNC GLOBAL DEFAULT 15 bpf_prog_attach_opts
|