Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h102 inline int getNextMapKey(const base::unique_fd& map_fd, const void* key, void* next_key) { in getNextMapKey() function
111 return getNextMapKey(map_fd, NULL, firstKey); in getFirstMapKey()
DBpfMap.h75 if (getNextMapKey(mMapFd, &key, &nextKey)) { in getNextKey()