Lines Matching full:leaves
55 u32 leaves; /* accounted only for NODE scope */ member
84 * - @group calls in the driver facing API may have nodes as leaves (user is
85 * only allowed to construct groups with queues as leaves)
100 * NET_SHAPER_SCOPE_QUEUE shapers (leaves).
104 * @group: create a scheduling group or add leaves
106 * Nest the @leaves shapers identified under the @node shaper.
108 * The @leaves array's size is specified by @leaves_count.
110 * @node and @leaves may or may not already exist
112 * the @leaves should be *added* to its children. In this case,
113 * the @leaves array only holds new/modified leaves, not the full list.
115 * Re-parenting @leaves is implemented by a @group call on a new parent.
119 const struct net_shaper *leaves,
142 * implicit re-parenting in the driver as core will re-parent the leaves