pub fn raw_map_pop_elem<F: KernelAuxiliaryOps>(
map: *mut c_void,
value: *mut c_void,
) -> i64Expand description
Pop an element from map.
See https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_map_pop_elem/
pub fn raw_map_pop_elem<F: KernelAuxiliaryOps>(
map: *mut c_void,
value: *mut c_void,
) -> i64Pop an element from map.
See https://ebpf-docs.dylanreimerink.nl/linux/helper-function/bpf_map_pop_elem/