Home
last modified time | relevance | path

Searched refs:bpf_prog_query_opts (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/bpftool/src/
H A Dcgroup.c207 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 Dnet.c459 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 Dlsm_cgroup.c21 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 Dbpf.h585 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 Dbpf.c929 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 Dlibbpf.map357 bpf_prog_query_opts;
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf.h585 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/
Dlibbpf_minimal.so.toc72 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/
Dbindgen.rs3661 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/
Dbindgen.rs3661 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/
Dbindings.rs5331 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/
Dlibbpf.so.toc296 291: FUNC GLOBAL DEFAULT 15 bpf_prog_query_opts