Home
last modified time | relevance | path

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

/aosp12/system/netd/server/
H A DOffloadUtils.h51 const int fd = bpf::mapRetrieveRW(CLAT_EGRESS4_MAP_PATH); in getClatEgress4MapFd()
62 const int fd = bpf::mapRetrieveRW(CLAT_INGRESS6_MAP_PATH); in getClatIngress6MapFd()
/aosp12/system/netd/tests/
H A Dnetlink_listener_test.cpp70 mCookieTagMap.reset(android::bpf::mapRetrieveRW(COOKIE_TAG_MAP_PATH)); in SetUp()
/aosp12/frameworks/libs/net/common/native/bpf_syscall_wrappers/include/
H A DBpfSyscallWrappers.h111 inline int mapRetrieveRW(const char* pathname) { in mapRetrieveRW() function
/aosp12/system/bpf/libbpf_android/include/bpf/
H A DBpfMap.h182 mMapFd = base::unique_fd(mapRetrieveRW(path)); in init()