Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/mts/src/android/tethering/mts/
DMtsEthernetTetheringTest.java228 final HashMap<Tether4Key, Tether4Value> upstreamMap = pollRawMapFromDump( in runUdp4Test() local
230 assertNotNull(upstreamMap); in runUdp4Test()
231 assertEquals(1, upstreamMap.size()); in runUdp4Test()
234 upstreamMap.entrySet().iterator().next(); in runUdp4Test()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1371 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map()) { in dumpRawMap() argument
1372 BpfDump.dumpRawMap(upstreamMap, pw); in dumpRawMap()
1431 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map(); in dumpBpfForwardingRulesIpv4() argument
1436 dumpIpv4ForwardingRuleMap(now, UPSTREAM, upstreamMap, pw); in dumpBpfForwardingRulesIpv4()