Home
last modified time | relevance | path

Searched refs:mapFd (Results 1 – 2 of 2) sorted by relevance

/system/netd/server/
DClatdController.cpp582 int mapFd = getClatIngressMapFd(); in dump() local
583 if (mapFd < 0) return; // if unsupported just don't dump anything in dump()
584 BpfMap<ClatIngressKey, ClatIngressValue> configMap(mapFd); in dump()
DTrafficControllerTest.cpp129 int dupFd(const android::base::unique_fd& mapFd) { in dupFd() argument
130 return fcntl(mapFd.get(), F_DUPFD_CLOEXEC, 0); in dupFd()