/aosp_15_r20/external/bpftool/src/ |
H A D | cgroup.c | 207 LIBBPF_OPTS(bpf_prog_query_opts, p); in show_effective_bpf_progs() 216 ret = bpf_prog_query_opts(cgroup_fd, type, &p); in show_effective_bpf_progs() 232 LIBBPF_OPTS(bpf_prog_query_opts, p); in show_attached_bpf_progs() 245 ret = bpf_prog_query_opts(cgroup_fd, type, &p); in show_attached_bpf_progs()
|
H A D | net.c | 459 LIBBPF_OPTS(bpf_prog_query_opts, optq); in __show_dev_tc_bpf() 469 ret = bpf_prog_query_opts(dev->ifindex, loc, &optq); in __show_dev_tc_bpf()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | lsm_cgroup.c | 21 LIBBPF_OPTS(bpf_prog_query_opts, p); in query_prog_cnt() 25 ASSERT_OK(bpf_prog_query_opts(cgroup_fd, BPF_LSM_CGROUP, &p), "prog_query"); in query_prog_cnt() 41 ASSERT_OK(bpf_prog_query_opts(cgroup_fd, BPF_LSM_CGROUP, &p), "prog_query"); in query_prog_cnt()
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf.h | 585 struct bpf_prog_query_opts { struct 614 LIBBPF_API int bpf_prog_query_opts(int target, enum bpf_attach_type type, 615 struct bpf_prog_query_opts *opts);
|
H A D | bpf.c | 929 int bpf_prog_query_opts(int target, enum bpf_attach_type type, in bpf_prog_query_opts() function 930 struct bpf_prog_query_opts *opts) in bpf_prog_query_opts() 936 if (!OPTS_VALID(opts, bpf_prog_query_opts)) in bpf_prog_query_opts() 961 LIBBPF_OPTS(bpf_prog_query_opts, opts); in bpf_prog_query() 968 ret = bpf_prog_query_opts(target_fd, type, &opts); in bpf_prog_query()
|
H A D | libbpf.map | 357 bpf_prog_query_opts;
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf.h | 585 struct bpf_prog_query_opts { struct 614 LIBBPF_API int bpf_prog_query_opts(int target, enum bpf_attach_type type, 615 struct bpf_prog_query_opts *opts);
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_minimal/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf_minimal.so.toc | 72 67: FUNC GLOBAL DEFAULT 14 bpf_prog_query_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 | 3661 pub struct bpf_prog_query_opts { struct 3688 impl Default for bpf_prog_query_opts { argument 3698 pub fn bpf_prog_query_opts( in bpf_prog_query_opts() function 3701 opts: *mut bpf_prog_query_opts, in bpf_prog_query_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 | 3661 pub struct bpf_prog_query_opts { struct 3688 impl Default for bpf_prog_query_opts { implementation 3698 pub fn bpf_prog_query_opts( in bpf_prog_query_opts() function 3701 opts: *mut bpf_prog_query_opts, in bpf_prog_query_opts() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 5331 pub struct bpf_prog_query_opts { struct 5358 impl Default for bpf_prog_query_opts { argument 5368 pub fn bpf_prog_query_opts( in bpf_prog_query_opts() function 5371 opts: *mut bpf_prog_query_opts, in bpf_prog_query_opts() argument
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf.so.toc | 296 291: FUNC GLOBAL DEFAULT 15 bpf_prog_query_opts
|