Libbpf userspace function bpf_map__map_extra
Get the map_extra
with which the map is or will be created.
Definition
__u64 bpf_map__map_extra(const struct bpf_map *map);
Parameters
map
: Pointer to the BPF map.
Return
map_extra
info 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