Skip to content

Libbpf userspace function bpf_map__type

0.1.0

Get the type of a BPF map.

Definition

enum bpf_map_type bpf_map__type(const struct bpf_map *map);

Parameters

  • map: Pointer to the BPF map.

Return

Type of the map.

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