Searched refs:mapRetrieveRW (Results 1 – 4 of 4) sorted by relevance
51 const int fd = bpf::mapRetrieveRW(CLAT_EGRESS4_MAP_PATH); in getClatEgress4MapFd()62 const int fd = bpf::mapRetrieveRW(CLAT_INGRESS6_MAP_PATH); in getClatIngress6MapFd()
70 mCookieTagMap.reset(android::bpf::mapRetrieveRW(COOKIE_TAG_MAP_PATH)); in SetUp()
111 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW() function
182 mMapFd = base::unique_fd(mapRetrieveRW(path)); in init()