Lines Matching full:attribute

137  * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original
142 * @NLMSGERR_ATTR_POLICY: policy for a rejected attribute
143 * @NLMSGERR_ATTR_MISS_TYPE: type of a missing required attribute,
144 * %NLMSGERR_ATTR_MISS_NEST will not be present if the attribute was
146 * @NLMSGERR_ATTR_MISS_NEST: offset of the nest where attribute was missing
148 * @NLMSGERR_ATTR_MAX: highest attribute number
237 * | N | O | Attribute Type |
252 /* Generic 32 bitflags attribute content sent to the kernel.
272 * Normally, it should be retrieved via a dump inside another attribute
277 * enum netlink_attribute_type - type of an attribute
279 * @NL_ATTR_TYPE_FLAG: flag attribute (present/not present)
280 * @NL_ATTR_TYPE_U8: 8-bit unsigned attribute
281 * @NL_ATTR_TYPE_U16: 16-bit unsigned attribute
282 * @NL_ATTR_TYPE_U32: 32-bit unsigned attribute
283 * @NL_ATTR_TYPE_U64: 64-bit unsigned attribute
284 * @NL_ATTR_TYPE_S8: 8-bit signed attribute
285 * @NL_ATTR_TYPE_S16: 16-bit signed attribute
286 * @NL_ATTR_TYPE_S32: 32-bit signed attribute
287 * @NL_ATTR_TYPE_S64: 64-bit signed attribute
292 * @NL_ATTR_TYPE_NESTED: nested, i.e. the content of this attribute
296 * attribute contains sub-attributes whose type is irrelevant
300 * @NL_ATTR_TYPE_BITFIELD32: &struct nla_bitfield32 attribute
301 * @NL_ATTR_TYPE_SINT: 32-bit or 64-bit signed attribute, aligned to 4B
302 * @NL_ATTR_TYPE_UINT: 32-bit or 64-bit unsigned attribute, aligned to 4B
335 * @NL_POLICY_TYPE_ATTR_TYPE: type of the attribute,
352 * attribute for nested and nested array types, this can
358 * @NL_POLICY_TYPE_ATTR_PAD: pad attribute for 64-bit alignment
361 * @NL_POLICY_TYPE_ATTR_MAX: highest attribute number