Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
H A DBpfCoordinatorShimImpl.java118 mBpfDevMap = deps.getBpfDevMap(); in BpfCoordinatorShimImpl()
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java377 @Nullable public BpfMap<TetherDevKey, TetherDevValue> getBpfDevMap() { in getBpfDevMap() method in BpfCoordinator.Dependencies
1156 try (BpfMap<TetherDevKey, TetherDevValue> map = mDeps.getBpfDevMap()) { in dumpDevmap()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java305 public BpfMap<TetherDevKey, TetherDevValue> getBpfDevMap() {
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java347 public BpfMap<TetherDevKey, TetherDevValue> getBpfDevMap() { in setUp()