Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h116 inline int getFirstMapKey(const BPF_FD_TYPE map_fd, void* firstKey) { in getFirstMapKey() function
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfMap.h82 if (getFirstMapKey(mMapFd, &firstKey)) { in getFirstKey()