Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp114 ScopedByteArrayRW nextKeyRW(env, nextKey); in com_android_net_module_util_BpfMap_nativeGetNextMapKey() local
118 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()