pub const fn load(k: usize) -> SockFilterExpand description
Build an instruction to load a 32-bit value from a constant address.
This is equivalent to stmt( BPF_LD + BPF_W + BPF_ABS, k )
pub const fn load(k: usize) -> SockFilterBuild an instruction to load a 32-bit value from a constant address.
This is equivalent to stmt( BPF_LD + BPF_W + BPF_ABS, k )