Lines Matching full:netlink
66 * @attr: netlink attribute with new value or null
69 * Copy the u32 value from NLA_U32 netlink attribute @attr into variable
92 * @attr: netlink attribute with new value or null
95 * Copy the u8 value from NLA_U8 netlink attribute @attr into variable
118 * @attr: netlink attribute with new value or null
121 * Use the u8 value from NLA_U8 netlink attribute @attr to set u32 variable
144 * @attr: netlink attribute with new value or null
147 * Use the bool value from NLA_U8 netlink attribute @attr to set bool variable
171 * @attr: netlink attribute with new value or null
174 * Use the u8 value from NLA_U8 netlink attribute @attr to rewrite data block
196 * @attr: netlink attribute with new value or null
278 * @tb: The netlink attributes array, for error reporting.
279 * @header: The netlink header index, used for error reporting.
280 * @extack: The netlink extended ACK, for error reporting.