Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h153 int getNextMapKey(const base::unique_fd& map_fd, void* key, void* next_key);
DBpfMap.h71 if (getNextMapKey(mMapFd, const_cast<Key*>(&key), &nextKey)) { in getNextKey()
/system/bpf/libbpf_android/
DBpfUtils.cpp121 int getNextMapKey(const base::unique_fd& map_fd, void* key, void* next_key) { in getNextMapKey() function