Home
last modified time | relevance | path

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

/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTest.java208 final LinkProperties underlyingLp = new LinkProperties(); in testBuildLinkProperties() local
209 underlyingLp.setInterfaceName(LOOPBACK_IFACE); in testBuildLinkProperties()
210 underlyingLp.setTcpBufferSizes(TEST_TCP_BUFFER_SIZES); in testBuildLinkProperties()
222 underlyingLp, in testBuildLinkProperties()
/frameworks/base/services/core/java/com/android/server/vcn/
DVcnGatewayConnection.java2348 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties() local
2350 lp.setTcpBufferSizes(underlyingLp.getTcpBufferSizes()); in buildConnectedLinkProperties()
2351 underlyingMtu = underlyingLp.getMtu(); in buildConnectedLinkProperties()
2356 if (underlyingMtu == 0 && underlyingLp.getInterfaceName() != null) { in buildConnectedLinkProperties()
2357 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()