load

Function load 

Source
pub const fn load(k: usize) -> SockFilter
Expand 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 )