Searched refs:mUpstreamLinkProperties (Results 1 – 1 of 1) sorted by relevance
100 private LinkProperties mUpstreamLinkProperties; field in OffloadController279 mUpstreamLinkProperties = null; in stop()385 return (mUpstreamLinkProperties != null) in currentUpstreamInterface()386 ? mUpstreamLinkProperties.getInterfaceName() : null; in currentUpstreamInterface()496 if (!started() || Objects.equals(mUpstreamLinkProperties, lp)) return; in setUpstreamLinkProperties()500 mUpstreamLinkProperties = (lp != null) ? new LinkProperties(lp) : null; in setUpstreamLinkProperties()600 for (InetAddress ip : mUpstreamLinkProperties.getAddresses()) { in pushUpstreamParameters()608 for (RouteInfo ri : mUpstreamLinkProperties.getRoutes()) { in pushUpstreamParameters()645 mExemptPrefixes, mUpstreamLinkProperties); in computeAndPushLocalPrefixes()699 LinkProperties lp = mUpstreamLinkProperties; in dump()