Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DBpfCoordinatorTest.java275 public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() {
1072 doReturn(null).when(mDeps).getBpfDownstream4Map(); in testBpfDisabledbyNoBpfDownstream4Map()
1623 doReturn(bpfDownstream4Map).when(mDeps).getBpfDownstream4Map(); in testRefreshConntrackTimeout_Downstream4Map()
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java112 mBpfDownstream4Map = deps.getBpfDownstream4Map(); in BpfCoordinatorShimImpl()
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java305 @Nullable public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() { in getBpfDownstream4Map() method in BpfCoordinator.Dependencies
1104 BpfMap<Tether4Key, Tether4Value> downstreamMap = mDeps.getBpfDownstream4Map()) { in dumpIpv4ForwardingRules()
/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java317 public BpfMap<Tether4Key, Tether4Value> getBpfDownstream4Map() { in setUp()