Home
last modified time | relevance | path

Searched refs:downstreams (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/tetheroffload/control/1.0/
H A DIOffloadControl.hal43 * 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 may
183 * This API does not replace any previously configured downstreams and must be explictly removed
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1754 HashSet<String> downstreams = mForwardingPairs.get(extIface); in forwardingPairRemove() local
1755 if (downstreams == null) return; in forwardingPairRemove()
1756 if (!downstreams.remove(intIface)) return; in forwardingPairRemove()
1758 if (downstreams.isEmpty()) { in forwardingPairRemove()