Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java117 mBpfLimitMap = deps.getBpfLimitMap(); in BpfCoordinatorShimImpl()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java300 public BpfMap<TetherLimitKey, TetherLimitValue> getBpfLimitMap() {
1099 doReturn(null).when(mDeps).getBpfLimitMap(); in testBpfDisabledbyNoBpfLimitMap()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java365 @Nullable public BpfMap<TetherLimitKey, TetherLimitValue> getBpfLimitMap() { in getBpfLimitMap() method in BpfCoordinator.Dependencies
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java342 public BpfMap<TetherLimitKey, TetherLimitValue> getBpfLimitMap() { in setUp()