Lines Matching refs:programs
56 shorten and simplify code to load and work with BPF programs from userspace
64 In addition to simple and reliable access to maps and programs, skeleton
66 within BPF object. When requested, supported BPF programs will be
68 user in pre-allocated fields in skeleton struct. For BPF programs that
73 support to detach programs and free up resources.
91 keep working with specific maps, programs, etc.
106 This function creates maps, loads and verifies BPF programs, initializes
115 already loaded BPF object. Only BPF programs of types supported by libbpf
117 links instantiated. For other BPF programs, user can manually create a
123 Detach and unload BPF programs, free up all the resources used by
139 corresponding maps, programs, or global variables. They require that the
155 programs or maps.
265 This is example BPF application with three BPF programs and a mix of BPF