Skip to main content

raw_map_pop_elem

Function raw_map_pop_elem 

Source
pub fn raw_map_pop_elem<F: KernelAuxiliaryOps>(
    map: *mut c_void,
    value: *mut c_void,
) -> i64
Expand description

Pop an element from map.

See https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_map_pop_elem/