Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/vcn/java/com/android/server/vcn/
H A DVcnGatewayConnectionTest.java203 final LinkProperties underlyingLp = new LinkProperties(); in testBuildLinkProperties() local
204 underlyingLp.setInterfaceName(LOOPBACK_IFACE); in testBuildLinkProperties()
205 underlyingLp.setTcpBufferSizes(TEST_TCP_BUFFER_SIZES); in testBuildLinkProperties()
217 underlyingLp, in testBuildLinkProperties()
/aosp14/frameworks/base/services/core/java/com/android/server/vcn/
H A DVcnGatewayConnection.java2313 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties() local
2315 lp.setTcpBufferSizes(underlyingLp.getTcpBufferSizes()); in buildConnectedLinkProperties()
2316 underlyingMtu = underlyingLp.getMtu(); in buildConnectedLinkProperties()
2321 if (underlyingMtu == 0 && underlyingLp.getInterfaceName() != null) { in buildConnectedLinkProperties()
2322 underlyingMtu = mDeps.getUnderlyingIfaceMtu(underlyingLp.getInterfaceName()); in buildConnectedLinkProperties()