DEVLINK_ATTR_SB_POOL_SIZE
[DEVLINK_ATTR_SB_POOL_SIZE] = { .type = NLA_U32, },
if (nla_put_u32(msg, DEVLINK_ATTR_SB_POOL_SIZE, pool_info.size))
if (GENL_REQ_ATTR_CHECK(info, DEVLINK_ATTR_SB_POOL_SIZE))
size = nla_get_u32(info->attrs[DEVLINK_ATTR_SB_POOL_SIZE]);