Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp118 ret = bpf::getNextMapKey(static_cast<int>(fd), nullptr, nextKeyRW.get()); in com_android_net_module_util_BpfMap_nativeGetNextMapKey()
121 ret = bpf::getNextMapKey(static_cast<int>(fd), keyRO.get(), nextKeyRW.get()); in com_android_net_module_util_BpfMap_nativeGetNextMapKey()
/packages/modules/Connectivity/staticlibs/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h108 inline int getNextMapKey(const BPF_FD_TYPE map_fd, const void* key, void* next_key) { in getNextMapKey() function
117 return getNextMapKey(map_fd, NULL, firstKey); in getFirstMapKey()
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfMap.h90 if (getNextMapKey(mMapFd, &key, &nextKey)) { in getNextKey()