Home
last modified time | relevance | path

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

/system/netd/server/
DTcpSocketMonitor.h63 struct SocketEntry { struct
110 std::unordered_map<uint64_t, SocketEntry> mSocketEntries GUARDED_BY(mLock);
DTcpSocketMonitor.cpp133 for (const std::pair<const uint64_t, SocketEntry>& stats : mSocketEntries) { in dump()
295 const SocketEntry previous = mSocketEntries[cookie]; in updateSocketStats()