Crate bpfman

Source

Modules§

errors
types
Commands between the RPC thread and the BPF thread
utils

Functions§

add_program
Adds an eBPF program to the system.
get_program
Retrieves information about a currently loaded eBPF program.
list_programs
Lists the currently loaded eBPF programs.
pull_bytecode
Pulls an OCI-compliant image containing eBPF bytecode from a remote container registry.
remove_program
Removes an eBPF program specified by its ID.