Lines Matching full:netlink
69 * @attr: netlink attribute with new value or null
72 * Copy the u32 value from NLA_U32 netlink attribute @attr into variable
95 * @attr: netlink attribute with new value or null
98 * Copy the u8 value from NLA_U8 netlink attribute @attr into variable
121 * @attr: netlink attribute with new value or null
124 * Use the u8 value from NLA_U8 netlink attribute @attr to set u32 variable
147 * @attr: netlink attribute with new value or null
150 * Use the bool value from NLA_U8 netlink attribute @attr to set bool variable
174 * @attr: netlink attribute with new value or null
177 * Use the u8 value from NLA_U8 netlink attribute @attr to rewrite data block
199 * @attr: netlink attribute with new value or null
281 * @tb: The netlink attributes array, for error reporting.
282 * @header: The netlink header index, used for error reporting.
283 * @extack: The netlink extended ACK, for error reporting.