Home
last modified time | relevance | path

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

/packages/modules/Connectivity/netd/
DBpfHandler.cpp256 unique_fd fd3(bpf::mapRetrieveRO(m2)); if (!fd3.ok()) abort(); // no lock taken in mapLockTest()
259 unique_fd fd5(bpf::mapRetrieveRO(m2)); if (!fd5.ok()) abort(); // no lock taken in mapLockTest()
261 unique_fd fd7(bpf::mapRetrieveRO(m2)); if (!fd7.ok()) abort(); // no lock taken in mapLockTest()
/packages/modules/Connectivity/staticlibs/native/bpf_headers/include/bpf/
DBpfMap.h76 mMapFd.reset(mapRetrieveRO(pathname));
121 return init(path, mapRetrieveRO(path), /* writable */ false); in init()
/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_BpfMap.cpp44 fd = bpf::mapRetrieveRO(pathname.c_str()); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
/packages/modules/Connectivity/staticlibs/native/bpf_syscall_wrappers/include/
DBpfSyscallWrappers.h181 inline int mapRetrieveRO(const char* pathname) { in mapRetrieveRO() function
/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp82 case VERIFY_MAP_RO: fd = bpf::mapRetrieveRO(path); break; in verifyPerms()
/packages/modules/Connectivity/netbpfload/
Dloader.cpp762 fd.reset(mapRetrieveRO(mapPinLoc.c_str())); in createMaps()