Lines Matching full:attribute
66 :doc:`tc<../../networking/netlink_spec/tc>` use attribute nesting as an
86 those shared characteristics we refer to the payload of the wrapper attribute as
89 A sub-message attribute uses the value of another attribute as a selector key to
90 choose the right sub-message format. For example if the following attribute has
97 and we encounter the following attribute spec:
108 the value of the ``kind`` attribute i.e. ``gre`` as the key to choose the
118 attribute-set: linkinfo-bridge-attrs
121 attribute-set: linkinfo-gre-attrs
124 attribute-set: linkinfo-geneve-attrs
126 This would decode the attribute value as a sub-message with the attribute-set
127 called ``linkinfo-gre-attrs`` as the attribute space.
130 attributes from an ``attribute-set``. For example the following
132 ``fixed-header``, ``attribute-set`` or both together:
145 attribute-set: tc-cake-attrs
149 attribute-set: tc-netem-attrs
151 Note that a selector attribute must appear in a netlink message before any
154 If an attribute such as ``kind`` is defined at more than one nest level, then a
156 For example, if the same attribute name is defined in a nested ``attribute-set``
157 alongside a sub-message selector and also in a top level ``attribute-set``, then