Type Definition seccompiler::BpfProgram

source · []
pub type BpfProgram = Vec<sock_filter>;
Expand description

Program made up of a sequence of BPF instructions.

Trait Implementations

Converts to this type from the input type.

The type returned in the event of a conversion error.

Performs the conversion.