Lines Matching full:attribute
128 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original
133 * @NLMSGERR_ATTR_POLICY: policy for a rejected attribute
135 * @NLMSGERR_ATTR_MAX: highest attribute number
222 * | N | O | Attribute Type |
237 /* Generic 32 bitflags attribute content sent to the kernel.
257 * Normally, it should be retrieved via a dump inside another attribute
262 * enum netlink_attribute_type - type of an attribute
264 * @NL_ATTR_TYPE_FLAG: flag attribute (present/not present)
265 * @NL_ATTR_TYPE_U8: 8-bit unsigned attribute
266 * @NL_ATTR_TYPE_U16: 16-bit unsigned attribute
267 * @NL_ATTR_TYPE_U32: 32-bit unsigned attribute
268 * @NL_ATTR_TYPE_U64: 64-bit unsigned attribute
269 * @NL_ATTR_TYPE_S8: 8-bit signed attribute
270 * @NL_ATTR_TYPE_S16: 16-bit signed attribute
271 * @NL_ATTR_TYPE_S32: 32-bit signed attribute
272 * @NL_ATTR_TYPE_S64: 64-bit signed attribute
277 * @NL_ATTR_TYPE_NESTED: nested, i.e. the content of this attribute
281 * attribute contains sub-attributes whose type is irrelevant
285 * @NL_ATTR_TYPE_BITFIELD32: &struct nla_bitfield32 attribute
315 * @NL_POLICY_TYPE_ATTR_TYPE: type of the attribute,
332 * attribute for nested and nested array types, this can
338 * @NL_POLICY_TYPE_ATTR_PAD: pad attribute for 64-bit alignment