Searched refs:mIpv4UpstreamIndices (Results 1 – 1 of 1) sorted by relevance
288 private final HashMap<Inet4Address, Integer> mIpv4UpstreamIndices = new HashMap<>(); field in BpfCoordinator1040 mIpv4UpstreamIndices.clear(); in updateUpstreamNetworkState()1049 mIpv4UpstreamIndices.put((Inet4Address) addr, upstreamIndex); in updateUpstreamNetworkState()1185 if (mIpv4UpstreamIndices.isEmpty()) { in dump()1188 pw.println(mIpv4UpstreamIndices.toString()); in dump()1998 final Integer upstreamIndex = mIpv4UpstreamIndices.get(e.tupleReply.dstIp); in accept()2427 return mIpv4UpstreamIndices; in getIpv4UpstreamIndicesForTesting()