Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1126 try (BpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map()) { in dumpRawMap()
1186 try (BpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map(); in dumpIpv4ForwardingRules()
/packages/modules/Connectivity/Tethering/tests/integration/src/android/net/
DEthernetTetheringTest.java975 final HashMap<Tether4Key, Tether4Value> upstreamMap = pollRawMapFromDump( in runUdp4Test() local