Searched refs:underlyingLp (Results 1 – 2 of 2) sorted by relevance
203 final LinkProperties underlyingLp = new LinkProperties(); in testBuildLinkProperties() local204 underlyingLp.setInterfaceName(LOOPBACK_IFACE); in testBuildLinkProperties()205 underlyingLp.setTcpBufferSizes(TEST_TCP_BUFFER_SIZES); in testBuildLinkProperties()217 underlyingLp, in testBuildLinkProperties()
2313 final LinkProperties underlyingLp = underlying.linkProperties; in buildConnectedLinkProperties() local2315 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()