Home
last modified time | relevance | path

Searched refs:bpf_prog_detach_opts (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/libbpf/src/
H A Dbpf.h350 struct bpf_prog_detach_opts { struct
388 LIBBPF_API int bpf_prog_detach_opts(int prog_fd, int target,
390 const struct bpf_prog_detach_opts *opts);
H A Dbpf.c677 int bpf_prog_detach_opts(int prog_fd, int target, enum bpf_attach_type type, in bpf_prog_detach_opts() function
678 const struct bpf_prog_detach_opts *opts) in bpf_prog_detach_opts()
685 if (!OPTS_VALID(opts, bpf_prog_detach_opts)) in bpf_prog_detach_opts()
716 return bpf_prog_detach_opts(0, target_fd, type, NULL); in bpf_prog_detach()
721 return bpf_prog_detach_opts(prog_fd, target_fd, type, NULL); in bpf_prog_detach2()
H A Dlibbpf.map397 bpf_prog_detach_opts;
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbpf.h350 struct bpf_prog_detach_opts { struct
388 LIBBPF_API int bpf_prog_detach_opts(int prog_fd, int target,
390 const struct bpf_prog_detach_opts *opts);
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_minimal/android_arm64_armv8-2a_cortex-a55_shared/
Dlibbpf_minimal.so.toc45 40: FUNC GLOBAL DEFAULT 14 bpf_prog_detach_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.rs3375 pub struct bpf_prog_detach_opts { struct
3392 pub fn bpf_prog_detach_opts( in bpf_prog_detach_opts() argument
3396 opts: *const bpf_prog_detach_opts, in bpf_prog_detach_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.rs3375 pub struct bpf_prog_detach_opts { struct
3392 pub fn bpf_prog_detach_opts( in bpf_prog_detach_opts() argument
3396 opts: *const bpf_prog_detach_opts, in bpf_prog_detach_opts() argument
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/
Dlibbpf.so.toc936 931: FUNC GLOBAL DEFAULT 15 bpf_prog_detach_opts
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs5045 pub struct bpf_prog_detach_opts { struct
5062 pub fn bpf_prog_detach_opts( in bpf_prog_detach_opts() argument
5066 opts: *const bpf_prog_detach_opts, in bpf_prog_detach_opts() argument