pub fn map_lookup_elem<F: KernelAuxiliaryOps>(
unified_map: &UnifiedMap<F::MapLock>,
key: &[u8],
) -> BpfResult<Option<*const u8>>Expand description
Lookup an element in map.
pub fn map_lookup_elem<F: KernelAuxiliaryOps>(
unified_map: &UnifiedMap<F::MapLock>,
key: &[u8],
) -> BpfResult<Option<*const u8>>Lookup an element in map.