Searched refs:downstreams (Results 1 – 2 of 2) sorted by relevance
43 * Remarks: Initializing offload does not imply that any upstreams or downstreams have yet been,133 * any currently configured or future configured IPv4 downstreams to this upstream interface.140 * downstreams to this upstream interface.171 * specified tether interface. The list of IPv4 and IPv6 downstreams that are configured may183 * This API does not replace any previously configured downstreams and must be explictly removed
1754 HashSet<String> downstreams = mForwardingPairs.get(extIface); in forwardingPairRemove() local1755 if (downstreams == null) return; in forwardingPairRemove()1756 if (!downstreams.remove(intIface)) return; in forwardingPairRemove()1758 if (downstreams.isEmpty()) { in forwardingPairRemove()