Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.c12744 struct bpf_link *bpf_program__attach(const struct bpf_program *prog) in bpf_program__attach() function
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs6341 pub fn bpf_program__attach(prog: *const bpf_program) -> *mut bpf_link; in bpf_program__attach() function