Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java288 private final HashMap<Inet4Address, Integer> mIpv4UpstreamIndices = new HashMap<>(); field in BpfCoordinator
1040 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()