Lines Matching full:attribute
127 * @NLMSGERR_ATTR_OFFS: offset of the invalid attribute in the original
132 * @NLMSGERR_ATTR_POLICY: policy for a rejected attribute
134 * @NLMSGERR_ATTR_MAX: highest attribute number
221 * | N | O | Attribute Type |
236 /* Generic 32 bitflags attribute content sent to the kernel.
256 * Normally, it should be retrieved via a dump inside another attribute
261 * enum netlink_attribute_type - type of an attribute
263 * @NL_ATTR_TYPE_FLAG: flag attribute (present/not present)
264 * @NL_ATTR_TYPE_U8: 8-bit unsigned attribute
265 * @NL_ATTR_TYPE_U16: 16-bit unsigned attribute
266 * @NL_ATTR_TYPE_U32: 32-bit unsigned attribute
267 * @NL_ATTR_TYPE_U64: 64-bit unsigned attribute
268 * @NL_ATTR_TYPE_S8: 8-bit signed attribute
269 * @NL_ATTR_TYPE_S16: 16-bit signed attribute
270 * @NL_ATTR_TYPE_S32: 32-bit signed attribute
271 * @NL_ATTR_TYPE_S64: 64-bit signed attribute
276 * @NL_ATTR_TYPE_NESTED: nested, i.e. the content of this attribute
280 * attribute contains sub-attributes whose type is irrelevant
284 * @NL_ATTR_TYPE_BITFIELD32: &struct nla_bitfield32 attribute
314 * @NL_POLICY_TYPE_ATTR_TYPE: type of the attribute,
331 * attribute for nested and nested array types, this can
337 * @NL_POLICY_TYPE_ATTR_PAD: pad attribute for 64-bit alignment