Lines Matching refs:a
36 into a single resulting *OUTPUT_FILE*. All the files involved
49 a single resulting BPF object file, which can be used to
55 Generate BPF skeleton C header file for a given *FILE*.
70 programs, skeleton provides a storage for BPF links (**struct
98 It is a design goal and guarantee that skeleton interfaces
134 create a BPF link and assign it to corresponding fields in
155 Generate BPF subskeleton C header file for a given *FILE*.
160 loaded into a *bpf_object* by some other means.
162 This functionality is useful when a library is included into a
171 Instantiates a subskeleton from an already opened (but not
179 Generate a minimum BTF file as *OUTPUT*, derived from a given
206 For skeletons, generate a "light" skeleton (also known as "loader"
207 skeleton). A light skeleton contains a loader eBPF program. It does
260 This is example BPF application with two BPF programs and a mix of BPF maps
379 This is a stripped-out version of skeleton generated for above example code.