HWSIM_ATTR_REG_CUSTOM_REG
ret = nla_put_u32(skb, HWSIM_ATTR_REG_CUSTOM_REG, i);
if (info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]) {
u32 idx = nla_get_u32(info->attrs[HWSIM_ATTR_REG_CUSTOM_REG]);
[HWSIM_ATTR_REG_CUSTOM_REG] = { .type = NLA_U32 },