Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java115 mBpfUpstream6Map = deps.getBpfUpstream6Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java341 @Nullable public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in getBpfUpstream6Map() method in BpfCoordinator.Dependencies
1045 try (BpfMap<TetherUpstream6Key, Tether6Value> map = mDeps.getBpfUpstream6Map()) { in dumpIpv6UpstreamRules()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java290 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() {
1063 doReturn(null).when(mDeps).getBpfUpstream6Map(); in testBpfDisabledbyNoBpfUpstream6Map()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java332 public BpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in setUp()