Home
last modified time | relevance | path

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

/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp48 fd.reset(bpf::mapRetrieveWO(pathname.c_str())); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
/packages/modules/UprobeStats/src/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h187 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO() function
/packages/modules/Connectivity/bpf/syscall_wrappers/include/
DBpfSyscallWrappers.h177 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO() function
/packages/modules/Connectivity/bpf/netd/
DBpfHandler.cpp311 unique_fd fd9(bpf::mapRetrieveWO(m1)); if (!fd9.ok()) abort(); // grabs exclusive lock in mapLockTest()