Struct bpfjit::BpfJitFilter [] [src]

pub struct BpfJitFilter { /* fields omitted */ }

Methods

impl BpfJitFilter
[src]

Compiles classic BPF instructions to amd64 instructions

Applies filter. Returns true on match, false otherwise

Trait Implementations

impl Drop for BpfJitFilter
[src]

A method called when the value goes out of scope. Read more

impl Clone for BpfJitFilter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more