Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java117 mBpfUpstream6Map = deps.getBpfUpstream6Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java413 @Nullable public IBpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() { in getBpfUpstream6Map() method in BpfCoordinator.Dependencies
1286 try (IBpfMap<TetherUpstream6Key, Tether6Value> map = mDeps.getBpfUpstream6Map()) { in dumpIpv6UpstreamRules()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java548 public IBpfMap<TetherUpstream6Key, Tether6Value> getBpfUpstream6Map() {
1608 doReturn(null).when(mDeps).getBpfUpstream6Map(); in testBpfDisabledbyNoBpfUpstream6Map()