Lines Matching defs:rate

232 	/** Maximum number of private shapers that support dual rate shaping.
234 * their private shaper enabled with dual rate support. Only valid when
236 * rate shaping is not available for private shapers. The maximum value
241 /** Minimum committed/peak rate (bytes per second) for any private
246 /** Maximum committed/peak rate (bytes per second) for any private
254 * in packet mode, committed/peak rate provided is interpreted
262 * in byte mode, committed/peak rate provided is interpreted in
287 * rate shaping. The value of zero indicates that dual rate shaping
292 /** Minimum committed/peak rate (bytes per second) for any shared
297 /** Maximum committed/peak rate (bytes per second) for any shared
304 * When shared shaper is configured in packet mode, committed/peak rate
311 * When shared shaper is configured in byte mode, committed/peak rate
509 /** Dual rate support for private shaper. Valid only
513 * level with dual rate private shaper support, which
519 /** Minimum committed/peak rate (bytes per second) for
526 /** Maximum committed/peak rate (bytes per second) for
538 * rate provided is interpreted in packets per second.
547 * rate provided is interpreted in bytes per second.
672 /** Dual rate support for private shaper. Valid only
675 * at least one leaf node on this level with dual rate
681 /** Minimum committed/peak rate (bytes per second) for
688 /** Maximum committed/peak rate (bytes per second) for
700 * rate provided is interpreted in packets per second.
708 * is configured in byte mode, committed/peak rate
800 /** Dual rate shaping support for private shaper of current node.
805 /** Minimum committed/peak rate (bytes per second) for private
811 /** Maximum committed/peak rate (bytes per second) for private
819 * packet mode. When configured in packet mode, committed/peak rate
826 * byte mode. When configured in byte mode, committed/peak rate
1009 /** Token bucket rate (bytes per second or packets per second) */
1010 uint64_t rate;
1017 * Shaper (rate limiter) profile
1025 * Single rate shapers use a single token bucket. A single rate shaper can be
1026 * configured by setting the rate of the committed bucket to zero, which
1027 * effectively disables this bucket. The peak bucket is used to limit the rate
1030 * Dual rate shapers use both the committed and the peak token buckets. The
1031 * rate of the peak bucket has to be bigger than zero, as well as greater than
1032 * or equal to the rate of the committed bucket.
1055 * *rate* and *size* fields in both the committed and peak token buckets
1058 * so the *rate* and *size* fields in both the committed and peak token
1071 * packets to its output while observing its shaping (rate limiting)
1551 * needs to be valid and single rate, cannot use any shared shapers.
1815 * and single rate.
1841 * Restriction for root node: cannot use any shared rate shapers.