Home
last modified time | relevance | path

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

/system/bpf/libbpf_android/
DBpfUtils.cpp121 int getNextMapKey(const base::unique_fd& map_fd, void* key, void* next_key) { in getNextMapKey() argument
126 attr.next_key = ptr_to_u64(next_key); in getNextMapKey()
136 attr.next_key = ptr_to_u64(firstKey); in getFirstMapKey()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h153 int getNextMapKey(const base::unique_fd& map_fd, void* key, void* next_key);