Skip to main content

map_peek_elem

Function map_peek_elem 

Source
pub fn map_peek_elem<F: KernelAuxiliaryOps>(
    unified_map: &UnifiedMap<F::MapLock>,
    value: &mut [u8],
) -> BpfResult<()>
Expand description

Get an element from map without removing it.