Expand description
The Rust-based BPF program entrypoint supported by the original BPF loader.
The original BPF loader is deprecated and exists for backwards-compatibility reasons. This module should not be used by new programs.
For more information see the bpf_loader_deprecated
module.
Constants§
- SUCCESS
- Programs indicate success with a return value of 0
Functions§
- deserialize⚠
- Deserialize the input arguments
Type Aliases§
- Process
Instruction - User implemented function to process an instruction
- Program
Result