Searched refs:mapFd (Results 1 – 2 of 2) sorted by relevance
582 int mapFd = getClatIngressMapFd(); in dump() local583 if (mapFd < 0) return; // if unsupported just don't dump anything in dump()584 BpfMap<ClatIngressKey, ClatIngressValue> configMap(mapFd); in dump()
129 int dupFd(const android::base::unique_fd& mapFd) { in dupFd() argument130 return fcntl(mapFd.get(), F_DUPFD_CLOEXEC, 0); in dupFd()