Module converter

Module converter 

Source

Structs§

CbpfConfig

Enums§

CbpfLenInstruction

Functions§

bpf_addressing_mode
The addressing mode is the most significant three bits of load and store instructions. They indicate whether the instrution accesses a constant, accesses from memory, or accesses from memory atomically.
bpf_class
The bpf_class is the instruction type.(e.g., load/store/jump/ALU).
convert_and_link_cbpf
Converts, verifies and links a cBPF program for execution in the specified context.
convert_and_verify_cbpf
Instantiates an EbpfProgram given a cbpf original that will work with a packet of the specified type.