Home
last modified time | relevance | path

Searched refs:bpf_prog_get_fd_by_id_opts (Results 1 – 4 of 4) sorted by relevance

/external/libbpf/src/
Dlibbpf.map375 bpf_prog_get_fd_by_id_opts;
Dbpf.h492 LIBBPF_API int bpf_prog_get_fd_by_id_opts(__u32 id,
Dbpf.c1048 int bpf_prog_get_fd_by_id_opts(__u32 id, in bpf_prog_get_fd_by_id_opts() function
1068 return bpf_prog_get_fd_by_id_opts(id, NULL); in bpf_prog_get_fd_by_id()
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs5262 pub fn bpf_prog_get_fd_by_id_opts( in bpf_prog_get_fd_by_id_opts() function