Lines Matching refs: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.
148 attribute-sets
152 All families have at least one attribute set, most have multiple.
153 ``attribute-sets`` is an array, with each entry describing a single set.
157 formats seen in kernel comments). In the spec subordinate attribute sets
158 are not defined inline as a nest, but defined in a separate attribute set
170 Uniquely identifies the attribute set, operations and nested attributes
179 are contained. The ``value`` of each attribute in the fractional
195 Identifies the attribute, unique within the set.
200 Netlink attribute type, see :ref:`attr_types`.
207 Numerical attribute ID, used in serialized Netlink messages.
208 The ``value`` property can be skipped, in which case the attribute ID
209 will be the value of the previous attribute plus one (recursively)
210 and ``1`` for the first attribute in the attribute set.
217 Note that the ``value`` of an attribute is defined only in its main set
223 For integer types specifies that values in the attribute belong
232 use this attribute.
237 Identifies the attribute space for attributes nested within given attribute.
243 Boolean property signifying that the attribute may be present multiple times.
244 Allowing an attribute to repeat is the recommended way of implementing arrays
250 For integer types specifies attribute byte order - ``little-endian``
268 fully defined as attributes (in a bona fide attribute space). For instance
297 to by the ``attribute-set`` property.
331 :ref:`attribute values<assign_val>`.
333 attribute-set
336 Specifies the attribute set contained within the message.
371 Message attribute list
375 property which holds the list of attribute names.
407 This section describes the attribute types supported by the ``genetlink``
409 attribute types.
421 The payload of the attribute is the integer in host order unless ``byte-order``
429 Special attribute type used for padding attributes which require alignment
431 There can only be a single attribute of the ``pad`` type in any attribute set
442 Raw binary data attribute, the contents are opaque to generic code.
458 ``nested-attributes`` specifies which attribute set is used inside.