Searched refs:underlyingLp (Results 1 – 2 of 2) sorted by relevance
208 final LinkProperties underlyingLp = new LinkProperties(); in testBuildLinkProperties() local209 underlyingLp.setInterfaceName(LOOPBACK_IFACE); in testBuildLinkProperties()210 underlyingLp.setTcpBufferSizes(TEST_TCP_BUFFER_SIZES); in testBuildLinkProperties()222 underlyingLp, in testBuildLinkProperties()
2348 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties() local2350 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()