Lines Matching full:provides
15 * Provides high-level and low-level APIs for user space programs to interact
19 * Provides overall support for the BPF object skeleton generated by bpftool.
22 * Provides BPF-side APIS, including BPF helper definitions, BPF maps support,
38 a common set of data. libbpf provides APIs that user space programs can use to
42 The following section provides a brief overview of each phase in the BPF life
81 provides the following custom functions that correspond to the BPF lifecycle,
93 in mind, BPF skeleton provides access to the underlying BPF object, so whatever
101 * BPF skeleton provides an interface for user space programs to work with BPF
108 available maps, programs, etc. BPF skeleton provides direct access to all the
120 libbpf provides BPF-side APIs that BPF programs can use to interact with the
217 Rust-idiomatic interfaces and provides libbpf-cargo plugin to handle BPF code