Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java116 mBpfDownstream6Map = deps.getBpfDownstream6Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java401 @Nullable public IBpfMap<TetherDownstream6Key, Tether6Value> getBpfDownstream6Map() { in getBpfDownstream6Map() method in BpfCoordinator.Dependencies
1314 try (IBpfMap<TetherDownstream6Key, Tether6Value> map = mDeps.getBpfDownstream6Map()) { in dumpIpv6DownstreamRules()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java543 public IBpfMap<TetherDownstream6Key, Tether6Value> getBpfDownstream6Map() {
1599 doReturn(null).when(mDeps).getBpfDownstream6Map(); in testBpfDisabledbyNoBpfDownstream6Map()