Home
last modified time | relevance | path

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

/external/libbpf/src/
Dlibbpf.h1690 struct bpf_var_skeleton { struct
1710 int var_skel_sz; /* sizeof(struct bpf_var_skeleton) */ argument
/external/rust/android-crates-io/crates/libbpf-sys/src/
Dbindings.rs7367 pub struct bpf_var_skeleton { struct
7372 impl Default for bpf_var_skeleton { implementation