Lines Matching refs:value

63  * ethnl_update_u32() - update u32 value from NLA_U32 attribute
64 * @dst: value to update
65 * @attr: netlink attribute with new value or null
68 * Copy the u32 value from NLA_U32 netlink attribute @attr into variable
70 * is set to true if this function changed the value of *dst, otherwise it
89 * ethnl_update_u8() - update u8 value from NLA_U8 attribute
90 * @dst: value to update
91 * @attr: netlink attribute with new value or null
94 * Copy the u8 value from NLA_U8 netlink attribute @attr into variable
96 * is set to true if this function changed the value of *dst, otherwise it
116 * @dst: value to update
117 * @attr: netlink attribute with new value or null
120 * Use the u8 value from NLA_U8 netlink attribute @attr to set u32 variable
123 * logical value of *dst, otherwise it is left as is.
142 * @dst: value to update
143 * @attr: netlink attribute with new value or null
146 * Use the bool value from NLA_U8 netlink attribute @attr to set bool variable
149 * logical value of *dst, otherwise it is left as is.
168 * @dst: value to update
170 * @attr: netlink attribute with new value or null
173 * Use the u8 value from NLA_U8 netlink attribute @attr to rewrite data block
176 * value of *dst, otherwise it is left as is.
193 * ethnl_update_bitfield32() - update u32 value from NLA_BITFIELD32 attribute
194 * @dst: value to update
195 * @attr: netlink attribute with new value or null
198 * Update bits in u32 value which are set in attribute's mask to values from
199 * attribute's value. Do nothing if @attr is null or the value wouldn't change;
211 newval = (*dst & ~change.selector) | (change.value & change.selector);
310 * Estimate reply message size. Returned value must be sufficient for