Home
last modified time | relevance | path

Searched refs:bpf_map__is_internal (Results 1 – 3 of 3) sorted by relevance

/third_party/libbpf/src/
Dlibbpf.map84 bpf_map__is_internal;
Dlibbpf.h825 LIBBPF_API bool bpf_map__is_internal(const struct bpf_map *map);
Dlibbpf.c4655 if (!bpf_map__is_internal(map))
5604 if (bpf_map__is_internal(map) && !kernel_supports(obj, FEAT_GLOBAL_DATA))
5644 if (bpf_map__is_internal(map)) {
7705 if (!bpf_map__is_internal(m))
9696 bool bpf_map__is_internal(const struct bpf_map *map) function