Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java115 mBpfUpstream4Map = deps.getBpfUpstream4Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java389 @Nullable public IBpfMap<Tether4Key, Tether4Value> getBpfUpstream4Map() { in getBpfUpstream4Map() method in BpfCoordinator.Dependencies
1371 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map()) { in dumpRawMap()
1431 try (IBpfMap<Tether4Key, Tether4Value> upstreamMap = mDeps.getBpfUpstream4Map(); in dumpBpfForwardingRulesIpv4()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java538 public IBpfMap<Tether4Key, Tether4Value> getBpfUpstream4Map() {
1626 doReturn(null).when(mDeps).getBpfUpstream4Map(); in testBpfDisabledbyNoBpfUpstream4Map()
2135 doReturn(bpfUpstream4Map).when(mDeps).getBpfUpstream4Map(); in testRefreshConntrackTimeout_Upstream4Map()