Skip to content

Libbpf userspace function bpf_map__map_flags

0.1.0

Get the flags the maps has been or will be loaded with.

Definition

__u32 bpf_map__map_flags(const struct bpf_map *map);

Parameters

  • map: Pointer to the BPF map.

Return

Flags the map has been or will be loaded with.

Usage

Docs could be improved

This part of the docs is incomplete, contributions are very welcome

Example

Docs could be improved

This part of the docs is incomplete, contributions are very welcome