Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
DIpServerTest.java206 private BpfCoordinator.Dependencies mBpfDeps; field in IpServerTest
292 mBpfDeps = new BpfCoordinator.Dependencies() { in setUp()
359 mBpfCoordinator = spy(new BpfCoordinator(mBpfDeps)); in setUp()
900 if (mBpfDeps.isAtLeastS()) { in verifyTetherOffloadRuleAdd()
913 if (mBpfDeps.isAtLeastS()) { in verifyNeverTetherOffloadRuleAdd()
923 if (mBpfDeps.isAtLeastS()) { in verifyNeverTetherOffloadRuleAdd()
933 if (mBpfDeps.isAtLeastS()) { in verifyTetherOffloadRuleRemove()
946 if (mBpfDeps.isAtLeastS()) { in verifyNeverTetherOffloadRuleRemove()
955 if (!mBpfDeps.isAtLeastS()) return; in verifyStartUpstreamIpv6Forwarding()
966 if (!mBpfDeps.isAtLeastS()) return; in verifyStopUpstreamIpv6Forwarding()
[all …]