Lines Matching refs:upstream

81    * Query offloaded traffic statistics forwarded to an upstream address.
85 * upstream interface. After returning the statistics, the counters are reset to zero.
90 * @param upstream Upstream interface on which traffic exited/entered
95 getForwardedStats(string upstream) generates (uint64_t rxBytes, uint64_t txBytes);
99 * transferred in either direction on this upstream interface.
101 * The limit must be applied to all traffic on the given upstream interface. This
106 * This API may only be called while offload is occurring on this upstream. The hardware
112 * <limit> bytes have been transferred (in either direction) on <upstream>, starting
121 * @param upstream Upstream interface name that limit must apply to
127 setDataLimit(string upstream, uint64_t limit) generates (bool success, string errMsg);
130 * Instruct hardware to start forwarding traffic to the specified upstream.
133 * any currently configured or future configured IPv4 downstreams to this upstream interface.
140 * downstreams to this upstream interface.
151 * @param v4Addr The local IPv4 address assigned to the provided upstream interface, i.e. the
153 * @param v4Gw The IPv4 address of the IPv4 gateway on the upstream interface.
156 * IPv6 gateways on the upstream interface.
174 * If the given protocol, as determined by the prefix, has an upstream set,
175 * the hardware may begin forwarding traffic between the upstream and any devices on the
180 * If no upstream is currently configured, then these downstream interface and prefixes must be
181 * preserved so that offload may begin in the future when an upstream is set.