Searched refs:mUpstreamLinkProperties (Results 1 – 1 of 1) sorted by relevance
88 private LinkProperties mUpstreamLinkProperties; field in OffloadController244 mUpstreamLinkProperties = null; in stop()299 return (mUpstreamLinkProperties != null) in currentUpstreamInterface()300 ? mUpstreamLinkProperties.getInterfaceName() : null; in currentUpstreamInterface()362 if (!started() || Objects.equals(mUpstreamLinkProperties, lp)) return; in setUpstreamLinkProperties()366 mUpstreamLinkProperties = (lp != null) ? new LinkProperties(lp) : null; in setUpstreamLinkProperties()461 for (InetAddress ip : mUpstreamLinkProperties.getAddresses()) { in pushUpstreamParameters()469 for (RouteInfo ri : mUpstreamLinkProperties.getRoutes()) { in pushUpstreamParameters()505 mExemptPrefixes, mUpstreamLinkProperties); in computeAndPushLocalPrefixes()555 LinkProperties lp = mUpstreamLinkProperties; in dump()