Skip to main content

bpf_map_lookup_batch

Function bpf_map_lookup_batch 

Source
pub fn bpf_map_lookup_batch<F: KernelAuxiliaryOps>(
    _arg: BpfMapUpdateArg,
) -> LinuxResult<usize>
Expand description

Iterate and fetch multiple elements in a map.

See https://ebpf-docs.dylanreimerink.nl/linux/syscall/BPF_MAP_LOOKUP_BATCH/