Home
last modified time | relevance | path

Searched defs:TetherDownstream6Key (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DTetherDownstream6Key.java34 public class TetherDownstream6Key extends Struct { class
44 public TetherDownstream6Key(final int iif, @NonNull final MacAddress dstMac, in TetherDownstream6Key() method in TetherDownstream6Key
DBpfCoordinator.java1314 try (IBpfMap<TetherDownstream6Key, Tether6Value> map = mDeps.getBpfDownstream6Map()) { in dumpIpv6DownstreamRules()
/packages/modules/Connectivity/Tethering/tests/privileged/src/com/android/networkstack/tethering/
DBpfMapTest.java473 try (BpfMap<TetherDownstream6Key, Tether6Value> map = new BpfMap<>( in testNoFdLeaks()
491 private void runBenchmarkThread(BpfMap<TetherDownstream6Key, Tether6Value> map, in runBenchmarkThread()
/packages/modules/Connectivity/bpf_progs/
Doffload.h102 } TetherDownstream6Key; typedef