Libbpf userspace function bpf_map__inner_map
Get the inner map of a BPF map.
Definition
struct bpf_map *bpf_map__inner_map(struct bpf_map *map);
Parameters
map
: The bpf_map
Return
The inner map of the BPF map. NULL
on error.
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