Home
last modified time | relevance | path

Searched defs:bpf_iter_attach_opts (Results 1 – 2 of 2) sorted by relevance

/external/libbpf/src/
Dlibbpf.h853 struct bpf_iter_attach_opts { struct
862 const struct bpf_iter_attach_opts *opts); argument
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6669 pub struct bpf_iter_attach_opts { struct
6675 impl Default for bpf_iter_attach_opts { argument
6687 opts: *const bpf_iter_attach_opts, in bpf_program__attach_iter()