Lines Matching full:attribute

10 hand written Netlink code for each new family, command, attribute.
19 - policy tables for input attribute validation
46 all old genetlink families, strange attribute formats, binary structures etc.
143 attribute-sets
147 All families have at least one attribute set, most have multiple.
148 ``attribute-sets`` is an array, with each entry describing a single set.
152 formats seen in kernel comments). In the spec subordinate attribute sets
153 are not defined inline as a nest, but defined in a separate attribute set
165 Uniquely identifies the attribute set, operations and nested attributes
174 are contained. The ``value`` of each attribute in the fractional
184 Attribute properties
190 Identifies the attribute, unique within the set.
195 Netlink attribute type, see :ref:`attr_types`.
202 Numerical attribute ID, used in serialized Netlink messages.
203 The ``value`` property can be skipped, in which case the attribute ID
204 will be the value of the previous attribute plus one (recursively)
205 and ``1`` for the first attribute in the attribute set.
212 Note that the ``value`` of an attribute is defined only in its main set
218 For integer types specifies that values in the attribute belong
227 use this attribute.
232 Identifies the attribute space for attributes nested within given attribute.
238 Boolean property signifying that the attribute may be present multiple times.
239 Allowing an attribute to repeat is the recommended way of implementing arrays
245 For integer types specifies attribute byte order - ``little-endian``
263 fully defined as attributes (in a bona fide attribute space). For instance
292 to by the ``attribute-set`` property.
326 :ref:`attribute values<assign_val>`.
328 attribute-set
331 Specifies the attribute set contained within the message.
366 Message attribute list
370 property which holds the list of attribute names.
399 Attribute types
402 This section describes the attribute types supported by the ``genetlink``
404 attribute types.
427 The payload of the attribute is the integer in host order unless ``byte-order``
438 Special attribute type used for padding attributes which require alignment
440 There can only be a single attribute of the ``pad`` type in any attribute set
446 Attribute with no payload, its presence is the entire information.
451 Raw binary data attribute, the contents are opaque to generic code.
466 Attribute containing other (nested) attributes.
467 ``nested-attributes`` specifies which attribute set is used inside.