Searched refs:mapRetrieveWO (Results 1 – 4 of 4) sorted by relevance
48 fd.reset(bpf::mapRetrieveWO(pathname.c_str())); in com_android_net_module_util_BpfMap_nativeBpfFdGet()
187 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO() function
177 inline int mapRetrieveWO(const char* pathname) { in mapRetrieveWO() function
311 unique_fd fd9(bpf::mapRetrieveWO(m1)); if (!fd9.ok()) abort(); // grabs exclusive lock in mapLockTest()