Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h81 inline int getNextMapKey(const BPF_FD_TYPE map_fd, const void* key, void* next_key) { in getNextMapKey() function
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfMap.java285 private native boolean getNextMapKey(int fd, byte[] key, byte[] nextKey) throws ErrnoException; in getNextMapKey() method in BpfMap