pub fn bpf_addressing_mode(filter: &sock_filter) -> u8Expand description
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.